diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-11 18:08:10 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-11 18:08:10 +0000 |
commit | 4a0b09e0215c34ff080a9a94aa4c368ea6d5a44b (patch) | |
tree | fbd8f55034b3d8e07a7c69442f5fde855dc28607 /dev-util | |
parent | Revbump for patch from Heiko Przybyl to accept -arch argument to gcc if it ma... (diff) | |
download | gentoo-2-4a0b09e0215c34ff080a9a94aa4c368ea6d5a44b.tar.gz gentoo-2-4a0b09e0215c34ff080a9a94aa4c368ea6d5a44b.tar.bz2 gentoo-2-4a0b09e0215c34ff080a9a94aa4c368ea6d5a44b.zip |
Default pkg-config USE flag to on since that's the behaviour most people will want/expect.
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index d6030d3074a8..5d1ae865ede7 100644 --- a/dev-util/pkgconf/ChangeLog +++ b/dev-util/pkgconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/pkgconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.18 2012/05/18 23:59:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.19 2012/06/11 18:08:10 jdhore Exp $ + + 11 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pkgconf-0.8.ebuild, + pkgconf-9999.ebuild: + Default pkg-config USE flag to on since that's the behaviour most people will + want/expect. 18 May 2012; Jeff Horelick <jdhore@gentoo.org> pkgconf-0.8.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-util/pkgconf/pkgconf-0.8.ebuild b/dev-util/pkgconf/pkgconf-0.8.ebuild index 991da4b16f80..268f5077f6f2 100644 --- a/dev-util/pkgconf/pkgconf-0.8.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.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-util/pkgconf/pkgconf-0.8.ebuild,v 1.5 2012/05/18 23:59:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.ebuild,v 1.6 2012/06/11 18:08:10 jdhore Exp $ EAPI="4" @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/nenolod/pkgconf" LICENSE="BSD-1" SLOT="0" -IUSE="pkg-config" +IUSE="+pkg-config" DEPEND="" RDEPEND="${DEPEND} diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 5ee8f2e079d6..559f114ac87b 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.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-util/pkgconf/pkgconf-9999.ebuild,v 1.6 2012/05/06 07:29:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.7 2012/06/11 18:08:10 jdhore Exp $ EAPI="4" @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/nenolod/pkgconf" LICENSE="BSD-1" SLOT="0" -IUSE="pkg-config" +IUSE="+pkg-config" DEPEND="" RDEPEND="${DEPEND} |