diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:11:42 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 09:11:42 +0000 |
commit | 82dd284b2e55a553d66025a1ed402e7af83f33d6 (patch) | |
tree | 96470a44695db99ce409f30694c0a4f1b3d2ba85 /app-i18n/fcitx/fcitx-3.1.1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-82dd284b2e55a553d66025a1ed402e7af83f33d6.tar.gz gentoo-2-82dd284b2e55a553d66025a1ed402e7af83f33d6.tar.bz2 gentoo-2-82dd284b2e55a553d66025a1ed402e7af83f33d6.zip |
Drop virtual/x11 dependency.
(Portage version: 2.1.3_rc8)
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}" |