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 | 3ca881fd04fa279841cbf46659dc817e9e6d5739 (patch) | |
tree | 7a465b638111ae847871f7bbf960577fbad069e1 /app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | |
parent | Change virtual/xft dependency to x11-libs/libXft, bug 253771. (diff) | |
download | gentoo-2-3ca881fd04fa279841cbf46659dc817e9e6d5739.tar.gz gentoo-2-3ca881fd04fa279841cbf46659dc817e9e6d5739.tar.bz2 gentoo-2-3ca881fd04fa279841cbf46659dc817e9e6d5739.zip |
Change virtual/xft dependency to x11-libs/libXft, bug 253771.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild')
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index 6f0edfc20e03..bbf50587d7f0 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.5 2007/07/22 09:53:17 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild,v 1.6 2009/01/04 22:39:14 ulm Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" RDEPEND="x11-libs/libX11 - truetype? ( virtual/xft )" + truetype? ( x11-libs/libXft )" DEPEND="${RDEPEND} x11-proto/xproto" |