summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-28 19:38:43 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-28 21:20:23 +0200
commite14780c5f79ac114a65c9aff68f224933ed17f1c (patch)
tree66b6fb596e9357ae636bb610c5b31baa592c997d /dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
parentdev-util/tkdiff: EAPI 6 removal (diff)
downloadgentoo-e14780c5f79ac114a65c9aff68f224933ed17f1c.tar.gz
gentoo-e14780c5f79ac114a65c9aff68f224933ed17f1c.tar.bz2
gentoo-e14780c5f79ac114a65c9aff68f224933ed17f1c.zip
dev-python/pypy-exe: Fix translating on musl
Closes: https://bugs.gentoo.org/716328 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy-exe/pypy-exe-7.3.9.ebuild')
-rw-r--r--dev-python/pypy-exe/pypy-exe-7.3.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
index 20c2e0f90ee9..ce14bc331e9a 100644
--- a/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
+++ b/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
@@ -8,7 +8,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs
PYPY_PV=${PV%_p*}
MY_P=pypy2.7-v${PYPY_PV/_}
-PATCHSET="pypy2.7-gentoo-patches-${PV/_}"
+PATCHSET="pypy2.7-gentoo-patches-${PV/_}_p1"
DESCRIPTION="PyPy executable (build from source)"
HOMEPAGE="https://www.pypy.org/"