Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pkgconfig/
Date: Wed, 28 Jun 2017 14:21:03
Message-Id: 1498659644.ca1500579f9168baeabf35aa72f8e936cb8bb335.robbat2@gentoo
1 commit: ca1500579f9168baeabf35aa72f8e936cb8bb335
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 14:18:16 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 14:20:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca150057
7
8 virtual/pkgconfig: bump dev-util/pkgconf version.
9
10 Older versions of dev-util/pkgconf, notably 0.9.3, did not correctly
11 handle comments in .pc files, leading to errors like:
12
13 Package # was not found in the pkg-config search path
14 Package '#', required by '...', not found'
15
16 Bump the virtual's dependency on dev-util/pkgconf to a version that does
17 correctly support the comments, to ensure that all consuming packages
18 are upgraded.
19
20 Package-Manager: portage-2.3.6
21 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
22
23 virtual/pkgconfig/pkgconfig-0-r1.ebuild | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/virtual/pkgconfig/pkgconfig-0-r1.ebuild b/virtual/pkgconfig/pkgconfig-0-r1.ebuild
27 index e84ccd9b763..8f631ddd4a0 100644
28 --- a/virtual/pkgconfig/pkgconfig-0-r1.ebuild
29 +++ b/virtual/pkgconfig/pkgconfig-0-r1.ebuild
30 @@ -12,6 +12,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
31 RDEPEND="
32 || (
33 >=dev-util/pkgconfig-0.28-r1[${MULTILIB_USEDEP}]
34 - >=dev-util/pkgconf-0.9.3-r1[pkg-config,${MULTILIB_USEDEP}]
35 + >=dev-util/pkgconf-0.9.12[pkg-config,${MULTILIB_USEDEP}]
36 >=dev-util/pkgconfig-openbsd-20130507-r1[pkg-config,${MULTILIB_USEDEP}]
37 )"