diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-03 03:39:47 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-03 03:39:47 +0000 |
commit | 65fa570201fe1cb1afbbd1e4b32faf0ba0062087 (patch) | |
tree | 787d2898d8d9c7689370d3d5cd0efb5881aa8aa1 /app-i18n/scim-anthy | |
parent | Removed app-dicts/kasumi from RDEPEND, bug #196742. (diff) | |
download | gentoo-2-65fa570201fe1cb1afbbd1e4b32faf0ba0062087.tar.gz gentoo-2-65fa570201fe1cb1afbbd1e4b32faf0ba0062087.tar.bz2 gentoo-2-65fa570201fe1cb1afbbd1e4b32faf0ba0062087.zip |
Added gtk USE flag, bug #196742.
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild | 9 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index 65ff3f7f6bfc..eec33d498166 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.51 2007/10/27 18:06:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.52 2007/11/03 03:39:47 matsuu Exp $ + + 03 Nov 2007; <matsuu@gentoo.org> scim-anthy-1.2.4.ebuild, + scim-anthy-1.3.0.ebuild: + Added gtk USE flag, bug #196742. 27 Oct 2007; <matsuu@gentoo.org> -scim-anthy-0.7.1.ebuild, -scim-anthy-1.2.1.ebuild, -scim-anthy-1.2.2.ebuild, 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" diff --git a/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild index 2d2badb889ac..a131af00a758 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.3.0.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.3.0.ebuild,v 1.1 2007/03/28 16:34:03 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.2 2007/11/03 03:39:47 matsuu Exp $ inherit libtool @@ -18,7 +18,7 @@ DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 ) nls? ( virtual/libintl ) gtk? ( >=x11-libs/gtk+-2.8 )" RDEPEND="${DEPEND} - app-dicts/kasumi" + gtk? ( app-dicts/kasumi )" DEPEND="${DEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" |