diff options
author | 2006-06-06 09:29:44 +0000 | |
---|---|---|
committer | 2006-06-06 09:29:44 +0000 | |
commit | 85677721af5487817cb77a492136427d399f390e (patch) | |
tree | 38482e9d806b7a67c4c2f670783f494e4ef7ce30 /app-i18n/scim/scim-1.3.3.ebuild | |
parent | Removed scim-chinese from DEPEND, Bug 133911 (diff) | |
download | historical-85677721af5487817cb77a492136427d399f390e.tar.gz historical-85677721af5487817cb77a492136427d399f390e.tar.bz2 historical-85677721af5487817cb77a492136427d399f390e.zip |
Removed scim-chinese from DEPEND, bug 133911
Package-Manager: portage-2.1_rc4
Diffstat (limited to 'app-i18n/scim/scim-1.3.3.ebuild')
-rw-r--r-- | app-i18n/scim/scim-1.3.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/scim/scim-1.3.3.ebuild b/app-i18n/scim/scim-1.3.3.ebuild index af65347aa721..2f6880f60b8e 100644 --- a/app-i18n/scim/scim-1.3.3.ebuild +++ b/app-i18n/scim/scim-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.3.3.ebuild,v 1.3 2006/01/28 08:48:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.3.3.ebuild,v 1.4 2006/06/06 09:29:44 matsuu Exp $ inherit eutils flag-o-matic @@ -21,8 +21,7 @@ RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) gtk? ( ${GTK_DEPEND} ) immqt? ( ${GTK_DEPEND} ) immqt-bc? ( ${GTK_DEPEND} ) - !app-i18n/scim-cvs - !<app-i18n/scim-chinese-0.4.0" + !app-i18n/scim-cvs" DEPEND="${RDEPEND} || ( x11-libs/libXt virtual/x11 ) dev-lang/perl" |