diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
commit | 2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch) | |
tree | 0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild | |
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/libxmlpatch/libxmlpatch-0.3.3.ebuild')
-rw-r--r-- | app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild index 1493395c0a54..127fa9051344 100644 --- a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild +++ b/app-text/libxmlpatch/libxmlpatch-0.3.3.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/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild,v 1.3 2011/10/31 20:41:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild,v 1.4 2012/05/04 03:33:13 jdhore Exp $ EAPI=4 @@ -19,7 +19,7 @@ RDEPEND="dev-libs/glib:2 dev-libs/libxml2" DEPEND="${RDEPEND} test? ( dev-libs/check ) - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch |