Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/
Date: Mon, 01 Feb 2021 02:24:45
Message-Id: 1612146273.ced53e1bbff9a8b6113c09843420e56b4ffbf916.sam@gentoo
1 commit: ced53e1bbff9a8b6113c09843420e56b4ffbf916
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 02:24:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 02:24:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced53e1b
7
8 dev-util/pkgcheck: ~x64-macos keyworded
9
10 Bug: https://bugs.gentoo.org/768126
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-util/pkgcheck/pkgcheck-0.8.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild b/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
18 index 153cd35575d..c9026b71e0d 100644
19 --- a/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
20 +++ b/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
21 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
22 EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git"
23 inherit git-r3
24 else
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="~amd64 ~x86 ~x64-macos"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28 fi