diff options
author | Sam James <sam@gentoo.org> | 2020-12-06 15:49:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-06 15:49:06 +0000 |
commit | 962db65d6c4ef24f7c6dacbd657a2eb6d57e19f8 (patch) | |
tree | 4fea31e3f30281b03f5802d150009b51a8d755f5 | |
parent | dev-python/freezegun: Stabilize 1.0.0-r1 ALLARCHES, #758521 (diff) | |
download | gentoo-962db65d6c4ef24f7c6dacbd657a2eb6d57e19f8.tar.gz gentoo-962db65d6c4ef24f7c6dacbd657a2eb6d57e19f8.tar.bz2 gentoo-962db65d6c4ef24f7c6dacbd657a2eb6d57e19f8.zip |
dev-python/elementpath: Stabilize 2.0.4 ALLARCHES, #758524
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/elementpath/elementpath-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/elementpath/elementpath-2.0.4.ebuild b/dev-python/elementpath/elementpath-2.0.4.ebuild index 658c4c61f188..70b716a50d45 100644 --- a/dev-python/elementpath/elementpath-2.0.4.ebuild +++ b/dev-python/elementpath/elementpath-2.0.4.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 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |