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: Wed, 17 Aug 2022 18:45:43
Message-Id: 1660761931.df34dcfbb153715ae8d8db6a3739024aa852206a.sam@gentoo
1 commit: df34dcfbb153715ae8d8db6a3739024aa852206a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 18:45:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 18:45:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df34dcfb
7
8 dev-python/jaraco-collections: Stabilize 3.5.2 ALLARCHES, #865593
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
16 index 2d4ec2a0c605..3962c5c51519 100644
17 --- a/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
18 +++ b/dev-python/jaraco-collections/jaraco-collections-3.5.2.ebuild
19 @@ -15,7 +15,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}]