diff options
author | Sam James <sam@gentoo.org> | 2020-09-17 19:05:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-17 19:14:18 +0000 |
commit | a27f262d4a8e648efac70d6e69b8eabce19df3d4 (patch) | |
tree | 9611db48729d210ae110996b570426d981cb2f25 /dev-python/elementpath | |
parent | dev-python/tempita: add python 3.9 support by removing cgi.escape (diff) | |
download | gentoo-a27f262d4a8e648efac70d6e69b8eabce19df3d4.tar.gz gentoo-a27f262d4a8e648efac70d6e69b8eabce19df3d4.tar.bz2 gentoo-a27f262d4a8e648efac70d6e69b8eabce19df3d4.zip |
dev-python/elementpath: Stabilize 2.0.0 ALLARCHES, #742812
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r-- | dev-python/elementpath/elementpath-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/elementpath/elementpath-2.0.0.ebuild b/dev-python/elementpath/elementpath-2.0.0.ebuild index 64b4b299f7fa..2d6e59da0dd7 100644 --- a/dev-python/elementpath/elementpath-2.0.0.ebuild +++ b/dev-python/elementpath/elementpath-2.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |