diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-05-04 15:12:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-05-04 15:12:17 +0000 |
commit | 7ed985a91634feecd68d91adfb639a5aaa0b5dc3 (patch) | |
tree | e15c642f8bc5f3e393afebda794ea25565432baf /dev-python/wxpython/wxpython-2.9.3.1.ebuild | |
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/wxpython/wxpython-2.9.3.1.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-2.9.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wxpython/wxpython-2.9.3.1.ebuild b/dev-python/wxpython/wxpython-2.9.3.1.ebuild index a005b3b36008..090609337efa 100644 --- a/dev-python/wxpython/wxpython-2.9.3.1.ebuild +++ b/dev-python/wxpython/wxpython-2.9.3.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/wxpython/wxpython-2.9.3.1.ebuild,v 1.2 2012/02/22 14:51:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v 1.3 2012/05/04 15:12:12 patrick Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -35,7 +35,7 @@ RDEPEND=" opengl? ( dev-python/pyopengl )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}/wxPython" DOC_S="${WORKDIR}/wxPython-${PV}" |