diff options
author | 2022-08-28 19:38:43 +0200 | |
---|---|---|
committer | 2022-08-28 21:20:23 +0200 | |
commit | e14780c5f79ac114a65c9aff68f224933ed17f1c (patch) | |
tree | 66b6fb596e9357ae636bb610c5b31baa592c997d /dev-python/pypy-exe/pypy-exe-7.3.9.ebuild | |
parent | dev-util/tkdiff: EAPI 6 removal (diff) | |
download | gentoo-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.ebuild | 2 |
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/" |