commit: 0c789d42e5e0e66a57fb0e86ab153a58a2dd5898
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 15:46:17 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 15:46:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c789d42
dev-python/pypy: Default to using the -bin variant
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypy/{pypy-7.3.10.ebuild => pypy-7.3.10-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypy/pypy-7.3.10.ebuild
b/dev-python/pypy/pypy-7.3.10-r1.ebuild
similarity index 100%
rename from dev-python/pypy/pypy-7.3.10.ebuild
rename to 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= )