diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-17 23:08:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-17 23:08:01 +0200 |
commit | 8f7561ac42b090f0bb1898bc7be3107d835cd8c7 (patch) | |
tree | e4fa69f4a4599273e0991c517ec81d905e984211 /dev-python/simpleeval | |
parent | dev-python/ujson: Stabilize 5.1.0 x86, #833539 (diff) | |
download | gentoo-8f7561ac42b090f0bb1898bc7be3107d835cd8c7.tar.gz gentoo-8f7561ac42b090f0bb1898bc7be3107d835cd8c7.tar.bz2 gentoo-8f7561ac42b090f0bb1898bc7be3107d835cd8c7.zip |
dev-python/simpleeval: Stabilize 0.9.12 ALLARCHES, #833541
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/simpleeval')
-rw-r--r-- | dev-python/simpleeval/simpleeval-0.9.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simpleeval/simpleeval-0.9.12.ebuild b/dev-python/simpleeval/simpleeval-0.9.12.ebuild index 6619a0e5a19b..3d8806ea1a9f 100644 --- a/dev-python/simpleeval/simpleeval-0.9.12.ebuild +++ b/dev-python/simpleeval/simpleeval-0.9.12.ebuild @@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" distutils_enable_tests unittest |