Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/
Date: Sun, 06 Nov 2022 08:05:10
Message-Id: 1667721781.62b9db66c5a6a65b88776050a65cbf03f78453ef.ago@gentoo
1 commit: 62b9db66c5a6a65b88776050a65cbf03f78453ef
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 08:03:01 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 08:03:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b9db66
7
8 dev-util/pkgcheck: Stabilize 0.10.17 x86, #879905
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 dev-util/pkgcheck/pkgcheck-0.10.17.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/pkgcheck/pkgcheck-0.10.17.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.17.ebuild
16 index 57af18dac29f..6caa77b54c59 100644
17 --- a/dev-util/pkgcheck/pkgcheck-0.10.17.ebuild
18 +++ b/dev-util/pkgcheck/pkgcheck-0.10.17.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
20 https://github.com/pkgcore/pkgcheck.git"
21 inherit git-r3
22 else
23 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26 fi