Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pkgconfig/
Date: Mon, 04 Feb 2019 03:46:01
Message-Id: 1549251903.eb01105187d2c0fe5dfdb45fb3fa3ae49d1292b0.mattst88@gentoo
1 commit: eb01105187d2c0fe5dfdb45fb3fa3ae49d1292b0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 03:39:45 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 03:45:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb011051
7
8 virtual/pkgconfig: Bump to prefer dev-util/pkgconf
9
10 Blessed by floppym.
11
12 Bug: https://bugs.gentoo.org/537330
13 Closes: https://bugs.gentoo.org/606260
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 virtual/pkgconfig/pkgconfig-1.ebuild | 17 +++++++++++++++++
17 1 file changed, 17 insertions(+)
18
19 diff --git a/virtual/pkgconfig/pkgconfig-1.ebuild b/virtual/pkgconfig/pkgconfig-1.ebuild
20 new file mode 100644
21 index 00000000000..880f1c4983e
22 --- /dev/null
23 +++ b/virtual/pkgconfig/pkgconfig-1.ebuild
24 @@ -0,0 +1,17 @@
25 +# Copyright 1999-2019 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +inherit multilib-build
31 +
32 +DESCRIPTION="Virtual for the pkg-config implementation"
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 +
36 +RDEPEND="
37 + || (
38 + >=dev-util/pkgconf-1.3.7[pkg-config,${MULTILIB_USEDEP}]
39 + >=dev-util/pkgconfig-0.29.2[${MULTILIB_USEDEP}]
40 + >=dev-util/pkgconfig-openbsd-20130507-r2[pkg-config,${MULTILIB_USEDEP}]
41 + )"