Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Thu, 03 Feb 2022 21:01:12
Message-Id: 1643922056.cbc1226baf9799e773725fd266b293d83455eb7b.arthurzam@gentoo
1 commit: cbc1226baf9799e773725fd266b293d83455eb7b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 21:00:56 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 21:00:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc1226b
7
8 dev-python/jaraco-collections: Stabilize 3.5.1 ALLARCHES, #832657
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
16 index 141096b1447d..d7d76c693654 100644
17 --- a/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
18 +++ b/dev-python/jaraco-collections/jaraco-collections-3.5.1.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}]