diff options
author | 2023-05-04 09:33:30 +0200 | |
---|---|---|
committer | 2023-05-04 09:33:30 +0200 | |
commit | f3ecbf1a719175f27f305bb4d53a1f6c5c32a041 (patch) | |
tree | dde7e40db511010d2d5e1361999c2dc1e0c7cc46 /dev-lang/python/python-3.11.3.ebuild | |
parent | scripts/bootstrap-prefix: bootstrap newer bison (diff) | |
download | prefix-f3ecbf1a719175f27f305bb4d53a1f6c5c32a041.tar.gz prefix-f3ecbf1a719175f27f305bb4d53a1f6c5c32a041.tar.bz2 prefix-f3ecbf1a719175f27f305bb4d53a1f6c5c32a041.zip |
dev-lang/python-3.11.3: bump patchset for Ventura GCC patch
Bug: https://bugs.gentoo.org/905618
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 05c62dbe9c..775a132bae 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-r0" +PREFIX_PATCHSET="python-prefix-gentoo-${MY_PV}-patches-r1" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE=" |