diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-27 17:59:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-27 17:59:22 +0000 |
commit | 69458a290ff01fb974898a384b992d28a0b62803 (patch) | |
tree | 8538df2d266672ecd1337dab9b688493b786a99a /virtual/pkgconfig | |
parent | Use another way to disable pulseaudio stuff to prevent problems like bug #416... (diff) | |
download | gentoo-2-69458a290ff01fb974898a384b992d28a0b62803.tar.gz gentoo-2-69458a290ff01fb974898a384b992d28a0b62803.tar.bz2 gentoo-2-69458a290ff01fb974898a384b992d28a0b62803.zip |
Leave dev-util/pkgconfig-openbsd as last since it'ss not to be considered as supported yet. Restore dropped version enforcement for dev-util/pkgconfig due to known issues with broken pkg.m4 in 0.25.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'virtual/pkgconfig')
-rw-r--r-- | virtual/pkgconfig/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/pkgconfig/pkgconfig-0.ebuild | 15 |
2 files changed, 14 insertions, 8 deletions
diff --git a/virtual/pkgconfig/ChangeLog b/virtual/pkgconfig/ChangeLog index 85cd6b12b015..0533a48cf0f3 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.7 2012/05/27 17:50:27 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.8 2012/05/27 17:59:22 ssuominen Exp $ + + 27 May 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.ebuild: + Leave dev-util/pkgconfig-openbsd as last since it'ss not to be considered as + supported yet. Restore dropped version enforcement for dev-util/pkgconfig due + to known issues with broken pkg.m4 in 0.25. 27 May 2012; Richard Yao <ryao@gentoo.org> pkgconfig-0.ebuild: Change order on Gentoo/*BSD, bug #417693 diff --git a/virtual/pkgconfig/pkgconfig-0.ebuild b/virtual/pkgconfig/pkgconfig-0.ebuild index c4e28bd3df7c..709c681f836c 100644 --- a/virtual/pkgconfig/pkgconfig-0.ebuild +++ b/virtual/pkgconfig/pkgconfig-0.ebuild @@ -1,10 +1,10 @@ # 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.5 2012/05/27 17:50:27 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.6 2012/05/27 17:59:22 ssuominen Exp $ -EAPI="2" +EAPI=2 -DESCRIPTION="virtual for pkg-config" +DESCRIPTION="Virtual for the pkg-config implementation" HOMEPAGE="" SRC_URI="" @@ -13,12 +13,13 @@ 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="" -DEPEND="userland_BSD? ( - || ( +DEPEND=" + userland_BSD? ( + || ( dev-util/pkgconf[pkg-config] - dev-util/pkgconfig-openbsd[pkg-config] - dev-util/pkgconfig + >=dev-util/pkgconfig-0.26 dev-util/pkg-config-lite + dev-util/pkgconfig-openbsd[pkg-config] ) ) !userland_BSD? ( |