diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-01-21 13:01:02 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-01-21 13:01:02 +0100 |
commit | ccc71d740dc60ee497423e8d12c031b37b911e83 (patch) | |
tree | 894d5909089f7e82d0c61d08e4e8147ca069c54f /dev-lang/python/python-3.11.3.ebuild | |
parent | sys-devel/binutils-config: more macOS linker tweaks (diff) | |
download | prefix-ccc71d740dc60ee497423e8d12c031b37b911e83.tar.gz prefix-ccc71d740dc60ee497423e8d12c031b37b911e83.tar.bz2 prefix-ccc71d740dc60ee497423e8d12c031b37b911e83.zip |
dev-lang/python-3.11.3: use slightly tweaked patch for Darwin pthreadid
Use submitted patch that upstream doesn't want, that's slightly more
precise than the one used before.
See https://github.com/python/cpython/issues/113889
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.11.3.ebuild')
-rw-r--r-- | dev-lang/python/python-3.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild index a6f629ac6f..5becaebadc 100644 --- a/dev-lang/python/python-3.11.3.ebuild +++ b/dev-lang/python/python-3.11.3.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}-patches-r2" +PREFIX_PATCHSET="python-prefix-gentoo-${MY_PV}-patches-r3" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE=" |