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-python/jaraco-collections/
Date: Sun, 03 Oct 2021 18:48:38
Message-Id: 1633286827.8278591694e2af07764c0dfde9ed39e764d92e41.sam@gentoo
1 commit: 8278591694e2af07764c0dfde9ed39e764d92e41
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 18:47:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 18:47:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82785916
7
8 dev-python/jaraco-collections: Stabilize 3.4.0 ALLARCHES, #815949
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jaraco-collections/jaraco-collections-3.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.4.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.4.0.ebuild
16 index f6d1f46b9fc..14343e15c7f 100644
17 --- a/dev-python/jaraco-collections/jaraco-collections-3.4.0.ebuild
18 +++ b/dev-python/jaraco-collections/jaraco-collections-3.4.0.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
25
26 RDEPEND="
27 dev-python/jaraco-classes[${PYTHON_USEDEP}]