diff options
author | Sam James <sam@gentoo.org> | 2020-12-21 20:33:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-21 20:35:09 +0000 |
commit | a6681623fc29450f8c980b000d605ae028cccde0 (patch) | |
tree | 27db62fbd0edbaf00d9df6df71d1bfae76e653ef /dev-python/serpent | |
parent | sys-devel/make: Stabilize 4.3 ppc, #738316 (diff) | |
download | gentoo-a6681623fc29450f8c980b000d605ae028cccde0.tar.gz gentoo-a6681623fc29450f8c980b000d605ae028cccde0.tar.bz2 gentoo-a6681623fc29450f8c980b000d605ae028cccde0.zip |
dev-python/serpent: Stabilize 1.30.2 ALLARCHES, #761181
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/serpent-1.30.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/serpent/serpent-1.30.2.ebuild b/dev-python/serpent/serpent-1.30.2.ebuild index 5e86cffd4c50..0d66a277a64a 100644 --- a/dev-python/serpent/serpent-1.30.2.ebuild +++ b/dev-python/serpent/serpent-1.30.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |