diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-28 20:22:23 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-28 20:22:23 +0000 |
commit | e379b9b978ad1a69989cffb0c2ce69544fa46fd0 (patch) | |
tree | 915fb2c33796f0c53a47bb8bdbfe8ae6e16be818 /x11-libs | |
parent | Marked ppc stable for bug #130805. (diff) | |
download | gentoo-2-e379b9b978ad1a69989cffb0c2ce69544fa46fd0.tar.gz gentoo-2-e379b9b978ad1a69989cffb0c2ce69544fa46fd0.tar.bz2 gentoo-2-e379b9b978ad1a69989cffb0c2ce69544fa46fd0.zip |
We don't need PROVIDE anymore with new-style virtuals.
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXft/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXft/libXft-2.1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/libXft/ChangeLog b/x11-libs/libXft/ChangeLog index 9af339ccef7a..b679ecb9904f 100644 --- a/x11-libs/libXft/ChangeLog +++ b/x11-libs/libXft/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXft # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/ChangeLog,v 1.21 2006/04/28 15:10:11 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/ChangeLog,v 1.22 2006/04/28 20:22:23 spyderous Exp $ + + 28 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; + libXft-2.1.8.2.ebuild: + We don't need PROVIDE anymore with new-style virtuals. 28 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-libXft-2.1.8.2, Manifest: diff --git a/x11-libs/libXft/libXft-2.1.8.2.ebuild b/x11-libs/libXft/libXft-2.1.8.2.ebuild index 871169f55a67..2598db59b795 100644 --- a/x11-libs/libXft/libXft-2.1.8.2.ebuild +++ b/x11-libs/libXft/libXft-2.1.8.2.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/x11-libs/libXft/libXft-2.1.8.2.ebuild,v 1.9 2006/04/20 04:14:50 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/libXft-2.1.8.2.ebuild,v 1.10 2006/04/28 20:22:23 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -18,8 +18,6 @@ RDEPEND="x11-libs/libXrender >=media-libs/fontconfig-2.2" DEPEND="${RDEPEND}" -PROVIDE="virtual/xft" - pkg_setup() { # No such function yet # x-modular_pkg_setup |