diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 22:39:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 22:39:14 +0000 |
commit | 96b001ed48b47f9242ba9480302e8ff64d62db8a (patch) | |
tree | 330528a47093385ab46020a98df60c275e1aea92 /app-i18n/fcitx | |
parent | Adding paramiko to releaseforge-1.3 deps. Fixes #238313 (diff) | |
download | historical-96b001ed48b47f9242ba9480302e8ff64d62db8a.tar.gz historical-96b001ed48b47f9242ba9480302e8ff64d62db8a.tar.bz2 historical-96b001ed48b47f9242ba9480302e8ff64d62db8a.zip |
Change virtual/xft dependency to x11-libs/libXft, bug 253771.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-3.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index d701c7cdca69..6253c57d5a61 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.23 2008/08/08 23:23:54 matsuu Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.24 2009/01/04 22:34:30 ulm Exp $ + + 04 Jan 2009; Ulrich Mueller <ulm@gentoo.org> fcitx-3.1.1.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. *fcitx-3.5 (08 Aug 2008) diff --git a/app-i18n/fcitx/fcitx-3.1.1.ebuild b/app-i18n/fcitx/fcitx-3.1.1.ebuild index 43b085aa4eff..781ea0f1b9cd 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.10 2008/08/08 23:23:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.1.1.ebuild,v 1.11 2009/01/04 22:34:30 ulm Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://fcitx.net/" @@ -15,7 +15,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXpm x11-libs/libXrender x11-libs/libXt - truetype? ( || ( x11-libs/libXft virtual/xft ) )" + truetype? ( x11-libs/libXft )" DEPEND="${RDEPEND}" src_compile() { |