dev-lang/pypy: Fix python-exec dependency in PyPy3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-22 13:38:04 +02:00
parent cda06ffaca
commit ed58c05864
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ RDEPEND="
dev-lang/pypy3-exe:${PV%_p*}[bzip2(+),ncurses?]
dev-lang/pypy3-exe-bin:${PV%_p*}
)
dev-lang/python-exec[python_targets_pypy3(-)]
dev-lang/python-exec[python_targets_pypy${PYVER/./_}(-)]
dev-libs/openssl:0=
dev-python/gentoo-common
ensurepip? ( dev-python/ensurepip-wheels )

View File

@@ -39,7 +39,7 @@ RDEPEND="
dev-lang/pypy3-exe:${PV%_p*}[bzip2(+),ncurses?]
dev-lang/pypy3-exe-bin:${PV%_p*}
)
dev-lang/python-exec[python_targets_pypy3(-)]
dev-lang/python-exec[python_targets_pypy${PYVER/./_}(-)]
dev-libs/openssl:0=
dev-python/gentoo-common
ensurepip? ( dev-python/ensurepip-wheels )