From f315aa88f9f4bc77265e807ec67caf31980e490a Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 9 Apr 2024 13:01:53 +0200 Subject: dev-lang/python-3.12.2_p1: bump patchset for Darwin buildfix Fix linking against ncursesw because that's the lib that contains the symbols discovered when using -I.../ncursesw Signed-off-by: Fabian Groffen --- dev-lang/python/python-3.12.2_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-3.12.2_p1.ebuild b/dev-lang/python/python-3.12.2_p1.ebuild index 01e1834a66..5e102d4de2 100644 --- a/dev-lang/python/python-3.12.2_p1.ebuild +++ b/dev-lang/python/python-3.12.2_p1.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_rc/rc} MY_P="Python-${MY_PV%_p*}" PYVER=$(ver_cut 1-2) PATCHSET="python-gentoo-patches-${MY_PV}" -PREFIX_PATCHSET="python-prefix-gentoo-${MY_PV%_p*}-patches-r0" +PREFIX_PATCHSET="python-prefix-gentoo-${MY_PV%_p*}-patches-r2" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE=" -- cgit v1.2.3-65-gdbad