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 | 91b2acabf65d147b96c31037cd4d2bb42cae12a3 (patch) | |
tree | 582c27908b05020218c1ac3e19f00439f01e0496 /dev-util/gob | |
parent | build with -O1 on amd64-fbsd otherwise the kernel does not boot with gcc 4.4 ... (diff) | |
download | historical-91b2acabf65d147b96c31037cd4d2bb42cae12a3.tar.gz historical-91b2acabf65d147b96c31037cd4d2bb42cae12a3.tar.bz2 historical-91b2acabf65d147b96c31037cd4d2bb42cae12a3.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.15.ebuild | 6 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.17.ebuild | 6 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.18.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index 2c8e7d962308..05323c970ee5 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gob -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.83 2011/03/22 19:06:17 ranger Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.84 2012/05/04 17:51:43 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gob-2.0.15.ebuild, + gob-2.0.17.ebuild, gob-2.0.18.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 22 Mar 2011; Brent Baude <ranger@gentoo.org> gob-2.0.18.ebuild: Marking gob-2.0.18 ppc stable for bug 353436 diff --git a/dev-util/gob/gob-2.0.15.ebuild b/dev-util/gob/gob-2.0.15.ebuild index 7fe03f0cce4a..b7c67a9f9d3d 100644 --- a/dev-util/gob/gob-2.0.15.ebuild +++ b/dev-util/gob/gob-2.0.15.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/dev-util/gob/gob-2.0.15.ebuild,v 1.9 2008/09/27 16:36:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.10 2012/05/04 17:51:43 jdhore Exp $ inherit gnome2 @@ -20,7 +20,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig sys-devel/flex" DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/dev-util/gob/gob-2.0.17.ebuild b/dev-util/gob/gob-2.0.17.ebuild index 2bb7cdb8dc66..09da3397ed67 100644 --- a/dev-util/gob/gob-2.0.17.ebuild +++ b/dev-util/gob/gob-2.0.17.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/gob/gob-2.0.17.ebuild,v 1.5 2011/01/30 18:28:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.17.ebuild,v 1.6 2012/05/04 17:51:43 jdhore Exp $ GCONF_DEBUG="no" @@ -22,7 +22,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig sys-devel/flex" DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/dev-util/gob/gob-2.0.18.ebuild b/dev-util/gob/gob-2.0.18.ebuild index fb3e1aac43d4..77b413528f10 100644 --- a/dev-util/gob/gob-2.0.18.ebuild +++ b/dev-util/gob/gob-2.0.18.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/gob/gob-2.0.18.ebuild,v 1.7 2011/03/22 19:06:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.18.ebuild,v 1.8 2012/05/04 17:51:43 jdhore Exp $ EAPI="3" GCONF_DEBUG="no" @@ -23,7 +23,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2:2" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig sys-devel/flex" DOCS="AUTHORS ChangeLog NEWS README TODO" |