Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Tue, 28 Apr 2020 19:23:52
Message-Id: 1588101803.84ef47a4d08c2ad389554f4452d8a34ad1801260.leio@gentoo
1 commit: 84ef47a4d08c2ad389554f4452d8a34ad1801260
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue Apr 28 01:07:37 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 19:23:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ef47a4
7
8 dev-python/jaraco-collections: arm64 keyworded (bug #715008)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
18 index 09bd380ac52..daa1b671956 100644
19 --- a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
20 +++ b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
27 IUSE="test"
28 RESTRICT="!test? ( test )"