Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pkgconfig/
Date: Sun, 26 Feb 2023 22:23:24
Message-Id: 1677450027.9c70ade482350595ea273b4b00545a7a23d3e42d.sam@gentoo
1 commit: 9c70ade482350595ea273b4b00545a7a23d3e42d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 22:20:27 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 22:20:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c70ade4
7
8 virtual/pkgconfig: keyword 2-r1 for ~arm64-macos
9
10 Bug: https://bugs.gentoo.org/896330
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 virtual/pkgconfig/pkgconfig-2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/pkgconfig/pkgconfig-2-r1.ebuild b/virtual/pkgconfig/pkgconfig-2-r1.ebuild
17 index 398283de28b5..089e01b769f1 100644
18 --- a/virtual/pkgconfig/pkgconfig-2-r1.ebuild
19 +++ b/virtual/pkgconfig/pkgconfig-2-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DESCRIPTION="Virtual for the pkg-config implementation"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31
32 RDEPEND=">=dev-util/pkgconf-1.3.7[pkg-config(+)]"