diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
commit | 9b028d9741b06af0c6babc6f6448a57f91d1042e (patch) | |
tree | f4498e0fa0482fe6057027a5c51eb3f2e82e1714 /dev-util/alleyoop | |
parent | build with -O1 on amd64-fbsd otherwise the kernel does not boot with gcc 4.4 ... (diff) | |
download | gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.gz gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.bz2 gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r-- | dev-util/alleyoop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.7.ebuild | 6 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.8.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog index 1bde09bde8e5..10634bf2e420 100644 --- a/dev-util/alleyoop/ChangeLog +++ b/dev-util/alleyoop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/alleyoop -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.22 2011/12/31 18:07:06 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.23 2012/05/04 17:51:43 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> alleyoop-0.9.7.ebuild, + alleyoop-0.9.8.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *alleyoop-0.9.8 (31 Dec 2011) diff --git a/dev-util/alleyoop/alleyoop-0.9.7.ebuild b/dev-util/alleyoop/alleyoop-0.9.7.ebuild index 7f896efc233e..09da9d7438df 100644 --- a/dev-util/alleyoop/alleyoop-0.9.7.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.5 2011/04/11 13:37:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.6 2012/05/04 17:51:43 jdhore Exp $ EAPI=2 inherit gnome2 @@ -22,6 +22,6 @@ RDEPEND=">=dev-libs/glib-2.2 sys-devel/binutils >=dev-util/valgrind-2.4" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" diff --git a/dev-util/alleyoop/alleyoop-0.9.8.ebuild b/dev-util/alleyoop/alleyoop-0.9.8.ebuild index 41c06ea017fc..051f9e6f816a 100644 --- a/dev-util/alleyoop/alleyoop-0.9.8.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v 1.1 2011/12/31 18:07:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v 1.2 2012/05/04 17:51:43 jdhore Exp $ EAPI="4" GCONF_DEBUG="no" @@ -23,6 +23,6 @@ RDEPEND=">=dev-libs/glib-2.14:2 sys-devel/binutils >=dev-util/valgrind-2.4" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" |