commit: 81d43432ef90fc0a92737fc3f5c79a70aa5b9b45
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 20:41:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 20:43:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d43432
dev-lang/pypy: Fix pypy3-exe* dep to require version match
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...1.7.3.18_p20250221.ebuild => pypy-3.11.7.3.18_p20250221-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/pypy/pypy-3.11.7.3.18_p20250221.ebuild
b/dev-lang/pypy/pypy-3.11.7.3.18_p20250221-r1.ebuild
similarity index 98%
rename from dev-lang/pypy/pypy-3.11.7.3.18_p20250221.ebuild
rename to dev-lang/pypy/pypy-3.11.7.3.18_p20250221-r1.ebuild
index e54b04d3a42a..92884286ca4a 100644
--- a/dev-lang/pypy/pypy-3.11.7.3.18_p20250221.ebuild
+++ b/dev-lang/pypy/pypy-3.11.7.3.18_p20250221-r1.ebuild
@@ -32,8 +32,8 @@ RESTRICT="test"
RDEPEND="
|| (
- dev-lang/pypy3-exe:${PV%_p*}[bzip2(+),ncurses?]
- dev-lang/pypy3-exe-bin:${PV%_p*}
+ ~dev-lang/pypy3-exe-${PV}[bzip2(+),ncurses?]
+ ~dev-lang/pypy3-exe-bin-${PV}
)
dev-lang/python-exec[python_targets_pypy3(-)]
dev-libs/openssl:0=