commit: 92af810ce7f4d68a66ed1a41b91729b17c207f93
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 15:03:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 15:04:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92af810c
dev-python/pypy3: Force -exe sec upgrade
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../pypy3/{pypy3-7.3.3_p37_p1.ebuild => pypy3-7.3.3_p37_p1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild
b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild
similarity index 98%
rename from dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild
rename to dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild
index ecc2dc08243..f41ba9dd6fd 100644
--- a/dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild
@@ -26,8 +26,8 @@ RESTRICT="test"
RDEPEND="
|| (
- dev-python/pypy3-exe:${PV%_p*}[bzip2?,ncurses?]
- dev-python/pypy3-exe-bin:${PV%_p*}
+ >=dev-python/pypy3-exe-${PV}:${PV%_p*}[bzip2?,ncurses?]
+ >=dev-python/pypy3-exe-bin-${PV}:${PV%_p*}
)
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )