From 0c789d42e5e0e66a57fb0e86ab153a58a2dd5898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 11 Dec 2022 16:46:17 +0100 Subject: [PATCH] dev-python/pypy: Default to using the -bin variant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pypy/{pypy-7.3.10.ebuild => pypy-7.3.10-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/pypy/{pypy-7.3.10.ebuild => pypy-7.3.10-r1.ebuild} (100%) 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 6602b45362f9e..1eeaaa8fe66f1 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= )