summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-28 20:33:20 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-28 21:20:24 +0200
commitb47eecafad3321f6c34aa63ae7aad61d5386abe8 (patch)
tree6f6baf982239a022e8d71e354babbf96383fee9f /dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
parentdev-python/pypy-exe: Fix translating on musl (diff)
downloadgentoo-b47eecafad3321f6c34aa63ae7aad61d5386abe8.tar.gz
gentoo-b47eecafad3321f6c34aa63ae7aad61d5386abe8.tar.bz2
gentoo-b47eecafad3321f6c34aa63ae7aad61d5386abe8.zip
dev-python/pypy3-exe: Fix musl build issues
Closes: https://bugs.gentoo.org/839501 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild')
-rw-r--r--dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
index d30798538191..5da06e316e7b 100644
--- a/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
@@ -9,7 +9,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs
PYPY_PV=${PV%_p*}
MY_P=pypy3.9-v${PYPY_PV/_}
-PATCHSET="pypy3.9-gentoo-patches-${PV/_rc/rc}"
+PATCHSET="pypy3.9-gentoo-patches-${PV/%_p*}_p6"
DESCRIPTION="PyPy3 executable (build from source)"
HOMEPAGE="https://www.pypy.org/"