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/libspectre | |
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/libspectre')
-rw-r--r-- | app-text/libspectre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/libspectre/libspectre-0.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/libspectre/ChangeLog b/app-text/libspectre/ChangeLog index 5e89dc309fe2..23d77c7c5405 100644 --- a/app-text/libspectre/ChangeLog +++ b/app-text/libspectre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libspectre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v 1.55 2012/03/11 15:31:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v 1.56 2012/05/04 03:33:12 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libspectre-0.2.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 11 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> libspectre-0.2.6.ebuild, metadata.xml: diff --git a/app-text/libspectre/libspectre-0.2.6.ebuild b/app-text/libspectre/libspectre-0.2.6.ebuild index 18b454886cf9..a4a7607f726c 100644 --- a/app-text/libspectre/libspectre-0.2.6.ebuild +++ b/app-text/libspectre/libspectre-0.2.6.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/libspectre/libspectre-0.2.6.ebuild,v 1.13 2012/03/11 15:29:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/libspectre-0.2.6.ebuild,v 1.14 2012/05/04 03:33:12 jdhore Exp $ EAPI=4 inherit autotools eutils @@ -16,7 +16,7 @@ IUSE="debug doc static-libs" RDEPEND=">=app-text/ghostscript-gpl-8.62" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-doc/doxygen )" # does not actually test anything, see bug 362557 |