diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 19:22:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 19:22:50 +0000 |
commit | 79a8057a980bd44b3f0c856e5489237056c88634 (patch) | |
tree | 1d82354005af5b81eb1012d29d8deb704bb3a3a8 /app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild | |
parent | Imported ebuild from gentoo.de (diff) | |
download | historical-79a8057a980bd44b3f0c856e5489237056c88634.tar.gz historical-79a8057a980bd44b3f0c856e5489237056c88634.tar.bz2 historical-79a8057a980bd44b3f0c856e5489237056c88634.zip |
modular-X-ified
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild')
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild index 1bd291c25a32..3732a4a45ca0 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.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-pinyin/scim-pinyin-0.5.91.ebuild,v 1.5 2005/11/25 20:31:43 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild,v 1.6 2006/02/10 19:22:50 liquidx Exp $ inherit kde-functions gnome2 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 ppc ppc64 ~sparc x86" -DEPEND="virtual/x11 +DEPEND="|| ( x11-libs/libXt virtual/x11 ) || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 ) arts? ( kde-base/arts )" |