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/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild | |
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/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild')
-rw-r--r-- | app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |