diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-12 17:49:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-12 17:49:03 +0000 |
commit | 217f876806a113c888cc1214c42736dbed2922f1 (patch) | |
tree | a9ce099bb70ba5ae2e4b79416ced8b67be24e0f6 /virtual | |
parent | Marked ~x64-macos, force for arm dependency problem (diff) | |
download | gentoo-2-217f876806a113c888cc1214c42736dbed2922f1.tar.gz gentoo-2-217f876806a113c888cc1214c42736dbed2922f1.tar.bz2 gentoo-2-217f876806a113c888cc1214c42736dbed2922f1.zip |
Move dev-util/pkgconf to being the 2nd choice. The pkg-config USE flag for it is now on by default, it's been extensively tested in Gentoo, it's stable on 2 arches (with more to come) and it's used by default in Funtoo now.
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pkgconfig/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/pkgconfig/pkgconfig-0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/virtual/pkgconfig/ChangeLog b/virtual/pkgconfig/ChangeLog index 29ac6fb86827..a404b2466ab5 100644 --- a/virtual/pkgconfig/ChangeLog +++ b/virtual/pkgconfig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/pkgconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.11 2012/05/28 22:26:49 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.12 2012/06/12 17:49:03 jdhore Exp $ + + 12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pkgconfig-0.ebuild: + Move dev-util/pkgconf to being the 2nd choice. The pkg-config USE flag for it + is now on by default, it's been extensively tested in Gentoo, it's stable on 2 + arches (with more to come) and it's used by default in Funtoo now. 28 May 2012; Richard Yao <ryao@gentoo.org> pkgconfig-0.ebuild: Remove superfluous userland_BSD from IUSE diff --git a/virtual/pkgconfig/pkgconfig-0.ebuild b/virtual/pkgconfig/pkgconfig-0.ebuild index 8ae898aa484c..76e407dc7440 100644 --- a/virtual/pkgconfig/pkgconfig-0.ebuild +++ b/virtual/pkgconfig/pkgconfig-0.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/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.8 2012/05/28 22:26:49 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.9 2012/06/12 17:49:03 jdhore Exp $ EAPI=2 @@ -16,8 +16,8 @@ IUSE="" DEPEND=" || ( >=dev-util/pkgconfig-0.26 - dev-util/pkg-config-lite dev-util/pkgconf[pkg-config] + dev-util/pkg-config-lite dev-util/pkgconfig-openbsd[pkg-config] )" RDEPEND="${DEPEND}" |