diff options
author | Richard Yao <ryao@gentoo.org> | 2012-05-27 18:28:14 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2012-05-27 18:28:14 +0000 |
commit | 3af6abf84e1bc9e804115af47ec98aeff647b673 (patch) | |
tree | e202ef4df3e53e31f0722d154ea29b0facf4e574 /virtual | |
parent | Bump to 0.14.4, thanks to idella4. Bug #417817 (diff) | |
download | gentoo-2-3af6abf84e1bc9e804115af47ec98aeff647b673.tar.gz gentoo-2-3af6abf84e1bc9e804115af47ec98aeff647b673.tar.bz2 gentoo-2-3af6abf84e1bc9e804115af47ec98aeff647b673.zip |
Revert BSD changes because portage quirk renders them ineffective
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/pkgconfig/pkgconfig-0.ebuild | 24 |
2 files changed, 11 insertions, 18 deletions
diff --git a/virtual/pkgconfig/ChangeLog b/virtual/pkgconfig/ChangeLog index 4754250c1a15..f8f0528f1c70 100644 --- a/virtual/pkgconfig/ChangeLog +++ b/virtual/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pkgconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.9 2012/05/27 18:06:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.10 2012/05/27 18:28:14 ryao Exp $ + + 27 May 2012; Richard Yao <ryao@gentoo.org> pkgconfig-0.ebuild: + Add missing userland_BSD to IUSE 27 May 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.ebuild: Leave dev-util/pkgconfig-openbsd as last since it's not to be considered as diff --git a/virtual/pkgconfig/pkgconfig-0.ebuild b/virtual/pkgconfig/pkgconfig-0.ebuild index 709c681f836c..265abe986f93 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.6 2012/05/27 17:59:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.7 2012/05/27 18:28:14 ryao Exp $ EAPI=2 @@ -11,23 +11,13 @@ SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" +IUSE="userland_BSD" DEPEND=" - userland_BSD? ( - || ( - dev-util/pkgconf[pkg-config] - >=dev-util/pkgconfig-0.26 - dev-util/pkg-config-lite - dev-util/pkgconfig-openbsd[pkg-config] - ) - ) - !userland_BSD? ( - || ( - >=dev-util/pkgconfig-0.26 - dev-util/pkg-config-lite - dev-util/pkgconf[pkg-config] - dev-util/pkgconfig-openbsd[pkg-config] - ) + || ( + >=dev-util/pkgconfig-0.26 + dev-util/pkg-config-lite + dev-util/pkgconf[pkg-config] + dev-util/pkgconfig-openbsd[pkg-config] )" RDEPEND="${DEPEND}" |