diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-24 17:42:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-24 17:42:33 +0300 |
commit | e3bfe4ba449b46d810cf97d34bc8a2335e99b457 (patch) | |
tree | 6576eb3fe81c8462127b84352adc96b604375e86 /dev-python | |
parent | dev-python/sphinx: Stabilize 6.2.1 ALLARCHES, #911132 (diff) | |
download | gentoo-e3bfe4ba449b46d810cf97d34bc8a2335e99b457.tar.gz gentoo-e3bfe4ba449b46d810cf97d34bc8a2335e99b457.tar.bz2 gentoo-e3bfe4ba449b46d810cf97d34bc8a2335e99b457.zip |
dev-python/pypy: Stabilize 7.3.12 x86, #911076
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pypy/pypy-7.3.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy/pypy-7.3.12.ebuild b/dev-python/pypy/pypy-7.3.12.ebuild index 4e9e6d78472e..cefd623b2968 100644 --- a/dev-python/pypy/pypy-7.3.12.ebuild +++ b/dev-python/pypy/pypy-7.3.12.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' SLOT="0/73" -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="bzip2 full-stdlib gdbm +jit ncurses sqlite tk" RESTRICT="!full-stdlib? ( test )" |