summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-02-21 20:27:41 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-02-21 20:27:41 +0000
commitba8645d69482e6c042d66f0eb9d94e58e5df366b (patch)
treeec6195c9524c88d06ee64e0340f40d81f9f7ad6e /app-i18n/fcitx
parentNew multiple sequence alignment package. Probably the best global aligner, al... (diff)
downloadgentoo-2-ba8645d69482e6c042d66f0eb9d94e58e5df366b.tar.gz
gentoo-2-ba8645d69482e6c042d66f0eb9d94e58e5df366b.tar.bz2
gentoo-2-ba8645d69482e6c042d66f0eb9d94e58e5df366b.zip
fix bad libXft dep (#123630)
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r--app-i18n/fcitx/ChangeLog5
-rw-r--r--app-i18n/fcitx/fcitx-3.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog
index 0c52c50b67d4..670449f98f06 100644
--- a/app-i18n/fcitx/ChangeLog
+++ b/app-i18n/fcitx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/fcitx
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.14 2006/02/21 20:25:05 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.15 2006/02/21 20:27:41 liquidx Exp $
+
+ 21 Feb 2006; Alastair Tse <liquidx@gentoo.org> fcitx-3.1.1.ebuild:
+ fix bad libXft dep (#123630)
21 Feb 2006; Alastair Tse <liquidx@gentoo.org> -fcitx-2.0.1.ebuild:
cleaned up last v2 ebuild for fcitx
diff --git a/app-i18n/fcitx/fcitx-3.1.1.ebuild b/app-i18n/fcitx/fcitx-3.1.1.ebuild
index 19d0a435c3dc..be7f51372b0e 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-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.4 2006/02/16 18:55:23 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.1.1.ebuild,v 1.5 2006/02/21 20:27:41 liquidx Exp $
DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
HOMEPAGE="http://www.fcitx.org/"
@@ -16,7 +16,7 @@ IUSE="truetype"
RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt )
virtual/x11 )
- truetype? ( || ( x11-libs/Xft virtual/xft ) )"
+ truetype? ( || ( x11-libs/libXft virtual/xft ) )"
DEPEND="${RDEPEND}"
src_compile() {