diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-03 15:46:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-03 15:46:24 +0200 |
commit | 8a7e3189402e5f09865a8f27ff644e8f47ec5dfc (patch) | |
tree | 896567467e8d92b692a753d6f0bb82387a3360f8 /dev-python/pypy | |
parent | dev-python/pypy-exe-bin: Stabilize 7.3.11 x86, #893008 (diff) | |
download | gentoo-8a7e3189402e5f09865a8f27ff644e8f47ec5dfc.tar.gz gentoo-8a7e3189402e5f09865a8f27ff644e8f47ec5dfc.tar.bz2 gentoo-8a7e3189402e5f09865a8f27ff644e8f47ec5dfc.zip |
dev-python/pypy: Stabilize 7.3.11 amd64, #893008
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-7.3.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy/pypy-7.3.11.ebuild b/dev-python/pypy/pypy-7.3.11.ebuild index 17e14b2f7726..0539950e6f62 100644 --- a/dev-python/pypy/pypy-7.3.11.ebuild +++ b/dev-python/pypy/pypy-7.3.11.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 )" |