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/elementpath/
Date: Thu, 17 Sep 2020 19:15:09
Message-Id: 1600370058.a27f262d4a8e648efac70d6e69b8eabce19df3d4.sam@gentoo
1 commit: a27f262d4a8e648efac70d6e69b8eabce19df3d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 19:05:44 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 19:14:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27f262d
7
8 dev-python/elementpath: Stabilize 2.0.0 ALLARCHES, #742812
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/elementpath/elementpath-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/elementpath/elementpath-2.0.0.ebuild b/dev-python/elementpath/elementpath-2.0.0.ebuild
16 index 64b4b299f7f..2d6e59da0dd 100644
17 --- a/dev-python/elementpath/elementpath-2.0.0.ebuild
18 +++ b/dev-python/elementpath/elementpath-2.0.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"