diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-06-28 07:18:16 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-06-28 07:20:44 -0700 |
commit | ca1500579f9168baeabf35aa72f8e936cb8bb335 (patch) | |
tree | da65c1b3126db10767e6637604bd7e38ade163fa /virtual | |
parent | app-emulation/docker: Drop unneeded phase definition (diff) | |
download | gentoo-ca1500579f9168baeabf35aa72f8e936cb8bb335.tar.gz gentoo-ca1500579f9168baeabf35aa72f8e936cb8bb335.tar.bz2 gentoo-ca1500579f9168baeabf35aa72f8e936cb8bb335.zip |
virtual/pkgconfig: bump dev-util/pkgconf version.
Older versions of dev-util/pkgconf, notably 0.9.3, did not correctly
handle comments in .pc files, leading to errors like:
Package # was not found in the pkg-config search path
Package '#', required by '...', not found'
Bump the virtual's dependency on dev-util/pkgconf to a version that does
correctly support the comments, to ensure that all consuming packages
are upgraded.
Package-Manager: portage-2.3.6
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pkgconfig/pkgconfig-0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/pkgconfig/pkgconfig-0-r1.ebuild b/virtual/pkgconfig/pkgconfig-0-r1.ebuild index e84ccd9b7633..8f631ddd4a0d 100644 --- a/virtual/pkgconfig/pkgconfig-0-r1.ebuild +++ b/virtual/pkgconfig/pkgconfig-0-r1.ebuild @@ -12,6 +12,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 RDEPEND=" || ( >=dev-util/pkgconfig-0.28-r1[${MULTILIB_USEDEP}] - >=dev-util/pkgconf-0.9.3-r1[pkg-config,${MULTILIB_USEDEP}] + >=dev-util/pkgconf-0.9.12[pkg-config,${MULTILIB_USEDEP}] >=dev-util/pkgconfig-openbsd-20130507-r1[pkg-config,${MULTILIB_USEDEP}] )" |