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: Tue, 02 Mar 2021 01:36:21
Message-Id: 1614648919.a4e53dd24cf80f106cb198bd06edb9960f20d2b1.sam@gentoo
1 commit: a4e53dd24cf80f106cb198bd06edb9960f20d2b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 2 01:35:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 2 01:35:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e53dd2
7
8 dev-python/jaraco-collections: Stabilize 3.1.0 ALLARCHES, #773742
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jaraco-collections/jaraco-collections-3.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.1.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.1.0.ebuild
16 index 1ec7de6137e..198c443a3e1 100644
17 --- a/dev-python/jaraco-collections/jaraco-collections-3.1.0.ebuild
18 +++ b/dev-python/jaraco-collections/jaraco-collections-3.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
30 +KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86"
31
32 RDEPEND="
33 dev-python/jaraco-classes[${PYTHON_USEDEP}]