summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-08-09 10:47:15 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-08-09 10:47:15 +0000
commit7b15a76a5c8b88ceb8e815d14a00184487bd78ff (patch)
treea97d16dd6ea01de3623f4e380bebfe895d337234 /app-i18n
parentVersion bumped and Fixed SRC_URI. (diff)
downloadgentoo-2-7b15a76a5c8b88ceb8e815d14a00184487bd78ff.tar.gz
gentoo-2-7b15a76a5c8b88ceb8e815d14a00184487bd78ff.tar.bz2
gentoo-2-7b15a76a5c8b88ceb8e815d14a00184487bd78ff.zip
Cleanup ebuild
(Portage version: 2.1-r1)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx/fcitx-3.2.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/fcitx/fcitx-3.2.1.ebuild b/app-i18n/fcitx/fcitx-3.2.1.ebuild
index 70304432abdb..299a3ba5673d 100644
--- a/app-i18n/fcitx/fcitx-3.2.1.ebuild
+++ b/app-i18n/fcitx/fcitx-3.2.1.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/fcitx/fcitx-3.2.1.ebuild,v 1.1 2006/08/09 10:44:36 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.2.1.ebuild,v 1.2 2006/08/09 10:47:15 matsuu Exp $
DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
HOMEPAGE="http://www.fcitx.org/"
@@ -11,11 +11,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="truetype"
-RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt )
+DEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt )
virtual/x11 )
truetype? ( || ( x11-libs/libXft virtual/xft ) )"
-DEPEND="${RDEPEND}"
src_compile() {
econf $(use_enable truetype xft) || die "configure failed"
emake || die "make failed"