diff options
author | Sasha Finkelstein <fnkl.kernel@gmail.com> | 2024-10-05 12:55:11 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-07 03:50:03 +0100 |
commit | 3e31b1c217d84bf762b27036b4485b902b690e4a (patch) | |
tree | ae823bf5fffb17a17e01e344bfecb3d8af761699 /sys-libs/glibc | |
parent | sys-auth/pambase: Add python3_13 compat (diff) | |
download | gentoo-3e31b1c217d84bf762b27036b4485b902b690e4a.tar.gz gentoo-3e31b1c217d84bf762b27036b4485b902b690e4a.tar.bz2 gentoo-3e31b1c217d84bf762b27036b4485b902b690e4a.zip |
sys-libs/glibc: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.40-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.40-r4.ebuild b/sys-libs/glibc/glibc-2.40-r4.ebuild index 7f264d20c919..56088868f4f3 100644 --- a/sys-libs/glibc/glibc-2.40-r4.ebuild +++ b/sys-libs/glibc/glibc-2.40-r4.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc # Please read & adapt the page as necessary if obsolete. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) TMPFILES_OPTIONAL=1 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 413d47b0d8f5..aa6d07cbace3 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc # Please read & adapt the page as necessary if obsolete. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) TMPFILES_OPTIONAL=1 EMULTILIB_PKG="true" |