summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-0.3.13.7.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-16 20:29:12 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-16 20:51:24 +0200
commit55c83ec8bc75192f96564dcc0e9e8570743bd306 (patch)
tree82e4669fee4bffc832e8eebb3f0f188517ea6f3e /dev-lang/python/python-0.3.13.7.ebuild
parent0dcbc273163c6a523d335a1d69a296500c7c2990 (diff)
downloadgentoo-55c83ec8bc75192f96564dcc0e9e8570743bd306.tar.gz
gentoo-55c83ec8bc75192f96564dcc0e9e8570743bd306.tar.bz2
gentoo-55c83ec8bc75192f96564dcc0e9e8570743bd306.zip
dev-lang/python: Backport crash fixes for m68k
Bump patchsets to include m68k crash fixes. The 3.14 patch is backported straight from main, while the 3.13 rebase is taken from Debian. No revbump since it shouldn't affect anything but m68k. Closes: https://bugs.gentoo.org/957986 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-0.3.13.7.ebuild')
-rw-r--r--dev-lang/python/python-0.3.13.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-0.3.13.7.ebuild b/dev-lang/python/python-0.3.13.7.ebuild
index 2e133b563a9e..17481985aca5 100644
--- a/dev-lang/python/python-0.3.13.7.ebuild
+++ b/dev-lang/python/python-0.3.13.7.ebuild
@@ -13,7 +13,7 @@ REAL_PV=${PV#0.}
MY_PV=${REAL_PV}
MY_P="Python-${MY_PV%_p*}"
PYVER="$(ver_cut 2-3)t"
-PATCHSET="python-gentoo-patches-${MY_PV}"
+PATCHSET="python-gentoo-patches-${MY_PV}_p1"
DESCRIPTION="Freethreading (no-GIL) version of Python programming language"
HOMEPAGE="