Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Sat, 30 May 2020 16:20:55
Message-Id: 1590855631.1716cb1ef463885f7cd807012319264da7a99ed7.mgorny@gentoo
1 commit: 1716cb1ef463885f7cd807012319264da7a99ed7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 16:11:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 16:20:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1716cb1e
7
8 dev-python/jaraco-collections: Keyword 3.0.0 ppc, #717946
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
16 index daa1b671956..8d5414de03e 100644
17 --- a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
18 +++ b/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"