diff options
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild')
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild index a473ebe93bba..a417cbf7a809 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.5 2007/09/22 22:04:23 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.6 2007/11/03 03:39:47 matsuu Exp $ inherit libtool @@ -11,13 +11,14 @@ SRC_URI="mirror://sourceforge.jp/scim-imengine/25404/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="kde nls" +IUSE="gtk kde nls" DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 ) || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 ) - nls? ( virtual/libintl )" + nls? ( virtual/libintl ) + gtk? ( >=x11-libs/gtk+-2.4 )" RDEPEND="${DEPEND} - app-dicts/kasumi" + gtk? ( app-dicts/kasumi )" DEPEND="${DEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" |