diff options
author | 2012-05-04 03:33:18 +0000 | |
---|---|---|
committer | 2012-05-04 03:33:18 +0000 | |
commit | 2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch) | |
tree | 0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/xml2 | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.gz gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.bz2 gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-text/xml2')
-rw-r--r-- | app-text/xml2/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xml2/xml2-0.4.ebuild | 6 | ||||
-rw-r--r-- | app-text/xml2/xml2-0.5.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/xml2/ChangeLog b/app-text/xml2/ChangeLog index 46de8f547efd..48fa221ad9b1 100644 --- a/app-text/xml2/ChangeLog +++ b/app-text/xml2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xml2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/ChangeLog,v 1.10 2012/01/21 06:48:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/ChangeLog,v 1.11 2012/05/04 03:33:12 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> xml2-0.4.ebuild, + xml2-0.5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *xml2-0.5 (21 Jan 2012) diff --git a/app-text/xml2/xml2-0.4.ebuild b/app-text/xml2/xml2-0.4.ebuild index 70efc0404187..182adf33e912 100644 --- a/app-text/xml2/xml2-0.4.ebuild +++ b/app-text/xml2/xml2-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/xml2-0.4.ebuild,v 1.2 2010/01/02 11:45:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/xml2-0.4.ebuild,v 1.3 2012/05/04 03:33:12 jdhore Exp $ inherit autotools eutils @@ -15,7 +15,7 @@ IUSE="" RDEPEND="dev-libs/libxml2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} diff --git a/app-text/xml2/xml2-0.5.ebuild b/app-text/xml2/xml2-0.5.ebuild index 1b0114ff5652..7e362444f11e 100644 --- a/app-text/xml2/xml2-0.5.ebuild +++ b/app-text/xml2/xml2-0.5.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/app-text/xml2/xml2-0.5.ebuild,v 1.1 2012/01/21 06:48:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/xml2-0.5.ebuild,v 1.2 2012/05/04 03:33:12 jdhore Exp $ EAPI=4 @@ -15,4 +15,4 @@ IUSE="" RDEPEND="dev-libs/libxml2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" |