diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 15:06:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 15:07:17 +0100 |
commit | 418c0253c76b125a32b23fdf3978d34cf0f334e1 (patch) | |
tree | a00b4f5d5bfe16f65555499fbfeed96bb9f75c75 /sys-libs/glibc/glibc-2.34-r14.ebuild | |
parent | sci-chemistry/nmrglue: drop 0.7 (diff) | |
download | gentoo-418c0253c76b125a32b23fdf3978d34cf0f334e1.tar.gz gentoo-418c0253c76b125a32b23fdf3978d34cf0f334e1.tar.bz2 gentoo-418c0253c76b125a32b23fdf3978d34cf0f334e1.zip |
sys-libs/glibc: enable py3.10 and enable py3.11 for older
Seem to build OK. Not seeing any relevant upstream fixes either.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-2.34-r14.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.34-r14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.34-r14.ebuild b/sys-libs/glibc/glibc-2.34-r14.ebuild index 28455719976d..52c68a1cd29d 100644 --- a/sys-libs/glibc/glibc-2.34-r14.ebuild +++ b/sys-libs/glibc/glibc-2.34-r14.ebuild @@ -6,7 +6,7 @@ EAPI=7 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc # Please read & adapt the page as necessary if obsolete. -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) TMPFILES_OPTIONAL=1 inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig \ |