summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-11 16:46:17 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-11 16:46:41 +0100
commit0c789d42e5e0e66a57fb0e86ab153a58a2dd5898 (patch)
tree104c7e10a1ddef816f6fb2f81b337b78335abd65 /dev-python/pypy
parentmail-mta/postfix: add 3.8_pre20221207, drop 3.8_pre20221023 (diff)
downloadgentoo-0c789d42e5e0e66a57fb0e86ab153a58a2dd5898.tar.gz
gentoo-0c789d42e5e0e66a57fb0e86ab153a58a2dd5898.tar.bz2
gentoo-0c789d42e5e0e66a57fb0e86ab153a58a2dd5898.zip
dev-python/pypy: Default to using the -bin variant
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy')
-rw-r--r--dev-python/pypy/pypy-7.3.10-r1.ebuild (renamed from dev-python/pypy/pypy-7.3.10.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy/pypy-7.3.10.ebuild b/dev-python/pypy/pypy-7.3.10-r1.ebuild
index 6602b45362f9..1eeaaa8fe66f 100644
--- a/dev-python/pypy/pypy-7.3.10.ebuild
+++ b/dev-python/pypy/pypy-7.3.10-r1.ebuild
@@ -26,8 +26,8 @@ RESTRICT="!full-stdlib? ( test )"
RDEPEND="
|| (
- >=dev-python/pypy-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
>=dev-python/pypy-exe-bin-${PYPY_PV}:${PYPY_PV}
+ >=dev-python/pypy-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
)
dev-libs/openssl:0=
gdbm? ( sys-libs/gdbm:0= )