From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45F0E139694 for ; Wed, 28 Jun 2017 14:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A573234002; Wed, 28 Jun 2017 14:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CE5B234002 for ; Wed, 28 Jun 2017 14:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5609341850 for ; Wed, 28 Jun 2017 14:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2097B7466 for ; Wed, 28 Jun 2017 14:20:50 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1498659644.ca1500579f9168baeabf35aa72f8e936cb8bb335.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pkgconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pkgconfig/pkgconfig-0-r1.ebuild X-VCS-Directories: virtual/pkgconfig/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ca1500579f9168baeabf35aa72f8e936cb8bb335 X-VCS-Branch: master Date: Wed, 28 Jun 2017 14:20:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 340945c6-01b2-4021-8e75-17d4a6aad909 X-Archives-Hash: 888ad98f4293f0185617ab5a0cf8da2c commit: ca1500579f9168baeabf35aa72f8e936cb8bb335 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jun 28 14:18:16 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jun 28 14:20:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca150057 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 gentoo.org> virtual/pkgconfig/pkgconfig-0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/pkgconfig/pkgconfig-0-r1.ebuild b/virtual/pkgconfig/pkgconfig-0-r1.ebuild index e84ccd9b763..8f631ddd4a0 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}] )"