diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 19:15:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 19:15:10 +0000 |
commit | 0f701178dd7084bba4876d39ec2e53d9cc1c9f7e (patch) | |
tree | 4cb8d161b3f04bcb3abb85a62161713cd6141b25 /app-i18n | |
parent | modular X deps (diff) | |
download | gentoo-2-0f701178dd7084bba4876d39ec2e53d9cc1c9f7e.tar.gz gentoo-2-0f701178dd7084bba4876d39ec2e53d9cc1c9f7e.tar.bz2 gentoo-2-0f701178dd7084bba4876d39ec2e53d9cc1c9f7e.zip |
get rid of direct virtual/x11 dep. inherited via app-i18n/scim
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-chinese/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-i18n/scim-chinese/ChangeLog b/app-i18n/scim-chinese/ChangeLog index ed989ff2317c..1a01cd9a3b0c 100644 --- a/app-i18n/scim-chinese/ChangeLog +++ b/app-i18n/scim-chinese/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/scim-chinese -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.26 2005/02/11 07:11:56 usata Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/ChangeLog,v 1.27 2006/02/10 19:15:10 liquidx Exp $ + + 10 Feb 2006; Alastair Tse <liquidx@gentoo.org> scim-chinese-0.4.2.ebuild: + get rid of direct virtual/x11 dep. inherited via app-i18n/scim 11 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> -scim-chinese-0.3.0.ebuild, scim-chinese-0.4.2.ebuild: diff --git a/app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild b/app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild index ee2519d4e568..f4646d688889 100644 --- a/app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild +++ b/app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild,v 1.9 2005/02/11 07:11:56 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-chinese/scim-chinese-0.4.2.ebuild,v 1.10 2006/02/10 19:15:10 liquidx Exp $ inherit gnome2 @@ -13,8 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 alpha ppc amd64 ppc64 ~sparc" -DEPEND="virtual/x11 - || ( >=app-i18n/scim-0.9.8 >=app-i18n/scim-cvs-0.9.8 )" +DEPEND="|| ( >=app-i18n/scim-0.9.8 >=app-i18n/scim-cvs-0.9.8 )" SCROLLKEEPER_UPDATE="0" G2CONF="--disable-static" |