diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 02:07:43 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 02:07:43 +0000 |
commit | 56ec26842ca27b0452393360dcced0510b1b08de (patch) | |
tree | 43b5126794b68f0cbb914d76111146d7722c495f /app-benchmarks/gtkperf | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-56ec26842ca27b0452393360dcced0510b1b08de.tar.gz gentoo-2-56ec26842ca27b0452393360dcced0510b1b08de.tar.bz2 gentoo-2-56ec26842ca27b0452393360dcced0510b1b08de.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-benchmarks/gtkperf')
-rw-r--r-- | app-benchmarks/gtkperf/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/gtkperf/gtkperf-0.40.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/gtkperf/ChangeLog b/app-benchmarks/gtkperf/ChangeLog index 1423099ae6a1..787c1ef6bed1 100644 --- a/app-benchmarks/gtkperf/ChangeLog +++ b/app-benchmarks/gtkperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/gtkperf -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/gtkperf/ChangeLog,v 1.3 2008/11/11 14:55:03 pvdabeel Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/gtkperf/ChangeLog,v 1.4 2012/05/03 02:07:43 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkperf-0.40.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 11 Nov 2008; Pieter Van den Abeele <pvdabeel@gentoo.org> gtkperf-0.40.ebuild: Added ~ppc keyword. Closes bug #245839 diff --git a/app-benchmarks/gtkperf/gtkperf-0.40.ebuild b/app-benchmarks/gtkperf/gtkperf-0.40.ebuild index d17b6a955c31..d9b25068d56a 100644 --- a/app-benchmarks/gtkperf/gtkperf-0.40.ebuild +++ b/app-benchmarks/gtkperf/gtkperf-0.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/gtkperf/gtkperf-0.40.ebuild,v 1.3 2008/11/11 14:55:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/gtkperf/gtkperf-0.40.ebuild,v 1.4 2012/05/03 02:07:43 jdhore Exp $ EAPI="1" @@ -17,7 +17,7 @@ IUSE="nls" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - >=dev-util/pkgconfig-0.9" + virtual/pkgconfig" S="${WORKDIR}/${PN}" |