commit: e14780c5f79ac114a65c9aff68f224933ed17f1c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 28 17:38:43 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 28 19:20:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14780c5
dev-python/pypy-exe: Fix translating on musl Closes: https://bugs.gentoo.org/716328 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pypy-exe/Manifest | 2 +- dev-python/pypy-exe/pypy-exe-7.3.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy-exe/Manifest b/dev-python/pypy-exe/Manifest index 641150301cc2..d80989cc20f1 100644 --- a/dev-python/pypy-exe/Manifest +++ b/dev-python/pypy-exe/Manifest @@ -1,2 +1,2 @@ -DIST pypy2.7-gentoo-patches-7.3.9.tar.xz 7428 BLAKE2B 0a42e3c04ac0e560d56ce7218db81fa55f74ad45a4a033ccda8c5fba34e3a0b1f06587b5b18e947170cc635bd44e5a7799daeec9319c6a09165a73b32554a4b6 SHA512 3a52d40ccf8d77f3493a763b51e4bf86a808f6478191ed4eeaa4f2c2ce8b75769c3880d07cbc7614d8af5573f3e8edfe694be41626b947f3d06c321cf4f59abd +DIST pypy2.7-gentoo-patches-7.3.9_p1.tar.xz 7832 BLAKE2B d04fc46ab9dc8b212ed3783c1ce49d72f96dfde754da67cc97ea0c193e7ad7f5f8fdd68561b93ef0b22dde86ec3f848ee8ec8a3d78d925b6d96abd2d88d34c14 SHA512 b9d2ccccab34a5027f68e1429ff6862a0172cf8cc9eaef5e4eaa3eb091d9c2751701dbe1f61481fd84d08cb3d5bafb40a5c753906c17dc2a57bfc28acd673e1a DIST pypy2.7-v7.3.9-src.tar.bz2 23328628 BLAKE2B 50d015439b6a6f15dd24eb4524726a2054f0d8e7ef209b54dc4eb9365b41b333f3dad525422316af3ff19e6ffb5866859db4455e05fc1529a81ce3b6e7c621db SHA512 8d7513d4efe924f2456dd65a45a82dd16171f7962c81ba90f2a168c332cdad78ceffa3ed1af379c09e61082b39d5c2a8385cd77c89b698c47cc75e9df1bb4d2a 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/"