diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-08-20 13:07:28 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-08-20 13:07:28 +0000 |
commit | 7e414c2872189ece118d603e8fb387a948f3e117 (patch) | |
tree | 898f88dc65f5a56fa97296c7c06eae5fd61474ff /app-i18n | |
parent | Version bump. (diff) | |
download | gentoo-2-7e414c2872189ece118d603e8fb387a948f3e117.tar.gz gentoo-2-7e414c2872189ece118d603e8fb387a948f3e117.tar.bz2 gentoo-2-7e414c2872189ece118d603e8fb387a948f3e117.zip |
Block >ibus-table-1.3.9 to avoid build failure. #426304
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-code/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-i18n/ibus-table-code/ChangeLog b/app-i18n/ibus-table-code/ChangeLog index 4aefad9a0c19..9587d03a3c3d 100644 --- a/app-i18n/ibus-table-code/ChangeLog +++ b/app-i18n/ibus-table-code/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-table-code # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.5 2012/05/03 19:24:33 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.6 2012/08/20 13:07:28 naota Exp $ + + 20 Aug 2012; Naohiro Aota <naota@gentoo.org> + ibus-table-code-1.2.0.20100305.ebuild: + Block >ibus-table-1.3.9 to avoid build failure. #426304 03 May 2012; Jeff Horelick <jdhore@gentoo.org> ibus-table-code-1.2.0.20100305.ebuild: @@ -29,4 +33,3 @@ 13 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> +ibus-table-code-1.2.0.20100108.ebuild, +metadata.xml: Initial import. - diff --git a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild index 5c69268c790c..923d5b87161b 100644 --- a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild +++ b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.3 2012/05/03 19:24:33 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.4 2012/08/20 13:07:28 naota Exp $ DESCRIPTION="The code tables for IBus-Table" HOMEPAGE="http://code.google.com/p/ibus/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912" +RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912 + !>app-i18n/ibus-table-1.3.9" DEPEND="${RDEPEND} virtual/pkgconfig" |