diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 18:40:02 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-10 18:40:02 +0000 |
commit | 8922b74a8d308765544f41e3185362d97989f5f8 (patch) | |
tree | 1cfe1329ee7bfb25c0b417a5100336d839237357 /app-i18n/fcitx/fcitx-3.1.1.ebuild | |
parent | Version bump to sc-2.0.0, dropping previous versions (diff) | |
download | gentoo-2-8922b74a8d308765544f41e3185362d97989f5f8.tar.gz gentoo-2-8922b74a8d308765544f41e3185362d97989f5f8.tar.bz2 gentoo-2-8922b74a8d308765544f41e3185362d97989f5f8.zip |
modular X deps. cleanup
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-i18n/fcitx/fcitx-3.1.1.ebuild')
-rw-r--r-- | app-i18n/fcitx/fcitx-3.1.1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-i18n/fcitx/fcitx-3.1.1.ebuild b/app-i18n/fcitx/fcitx-3.1.1.ebuild index 5976928aa3c1..29f06d04d201 100644 --- a/app-i18n/fcitx/fcitx-3.1.1.ebuild +++ b/app-i18n/fcitx/fcitx-3.1.1.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/fcitx/fcitx-3.1.1.ebuild,v 1.2 2005/04/30 09:50:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.1.1.ebuild,v 1.3 2006/02/10 18:40:02 liquidx Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="truetype" -DEPEND="virtual/x11 - truetype? ( virtual/xft )" +RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) + virtual/x11 ) + truetype? ( || ( x11-libs/Xft virtual/xft ) )" +DEPEND="${RDEPEND}" src_compile() { myconf= if use truetype ; then |