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/PyQt4 | |
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/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 60082726fb31..54e1b75ddbed 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.178 2012/04/24 17:01:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.179 2012/05/04 15:12:12 patrick Exp $ + + 04 May 2012; Patrick Lauer <patrick@gentoo.org> PyQt4-4.9.1.ebuild: + Migrating dev-util/pkgconfig -> virtual/pkgconfig 24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> PyQt4-4.9.1.ebuild: Stable for amd64, wrt bug #412929 diff --git a/dev-python/PyQt4/PyQt4-4.9.1.ebuild b/dev-python/PyQt4/PyQt4-4.9.1.ebuild index bd24c9b0dcb8..39134244a622 100644 --- a/dev-python/PyQt4/PyQt4-4.9.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.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/PyQt4/PyQt4-4.9.1.ebuild,v 1.7 2012/04/24 17:01:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.8 2012/05/04 15:12:12 patrick Exp $ EAPI=4 @@ -70,7 +70,7 @@ RDEPEND=" xmlpatterns? ( >=x11-libs/qt-xmlpatterns-${QT_VER}:4 ) " DEPEND="${RDEPEND} - dbus? ( dev-util/pkgconfig ) + dbus? ( virtual/pkgconfig ) " S=${WORKDIR}/${MY_P} |