diff options
author | 2012-05-04 15:12:17 +0000 | |
---|---|---|
committer | 2012-05-04 15:12:17 +0000 | |
commit | 7ed985a91634feecd68d91adfb639a5aaa0b5dc3 (patch) | |
tree | e15c642f8bc5f3e393afebda794ea25565432baf /dev-python/gnome-python-base | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-7ed985a91634feecd68d91adfb639a5aaa0b5dc3.tar.gz gentoo-2-7ed985a91634feecd68d91adfb639a5aaa0b5dc3.tar.bz2 gentoo-2-7ed985a91634feecd68d91adfb639a5aaa0b5dc3.zip |
Migrating dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-python-base')
-rw-r--r-- | dev-python/gnome-python-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python-base/ChangeLog b/dev-python/gnome-python-base/ChangeLog index f43331b5c41c..f12918afab00 100644 --- a/dev-python/gnome-python-base/ChangeLog +++ b/dev-python/gnome-python-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-base # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.40 2012/04/13 19:11:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.41 2012/05/04 15:12:13 patrick Exp $ + + 04 May 2012; Patrick Lauer <patrick@gentoo.org> + gnome-python-base-2.28.1.ebuild: + Migrating dev-util/pkgconfig -> virtual/pkgconfig 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> gnome-python-base-2.28.1.ebuild: Move EAPI assignment to top of ebuild, bug 411875. diff --git a/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild index e56ce4b63ae7..6b5a94e4baf6 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild,v 1.10 2012/04/13 19:11:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild,v 1.11 2012/05/04 15:12:13 patrick Exp $ EAPI="3" GCONF_DEBUG="no" @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 >=dev-python/pygobject-2.17:2 !<dev-python/gnome-python-2.22.1" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" |