From e14780c5f79ac114a65c9aff68f224933ed17f1c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 28 Aug 2022 19:38:43 +0200 Subject: dev-python/pypy-exe: Fix translating on musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/716328 Signed-off-by: Michał Górny --- dev-python/pypy-exe/pypy-exe-7.3.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pypy-exe/pypy-exe-7.3.9.ebuild') 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/" -- cgit v1.2.3-65-gdbad