diff options
Diffstat (limited to 'app-i18n/fcitx/fcitx-3.1.1.ebuild')
-rw-r--r-- | app-i18n/fcitx/fcitx-3.1.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-i18n/fcitx/fcitx-3.1.1.ebuild b/app-i18n/fcitx/fcitx-3.1.1.ebuild index b9eb3d66e37b..24266df4a5b1 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-2007 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.7 2007/01/05 16:17:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.1.1.ebuild,v 1.8 2007/07/22 09:11:42 calchan Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -11,8 +11,9 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="truetype" -RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) - virtual/x11 ) +RDEPEND="x11-libs/libX11 + x11-libs/libXrender + x11-libs/libXt truetype? ( || ( x11-libs/libXft virtual/xft ) )" DEPEND="${RDEPEND}" |