commit: e6247eb89b01e5a262e5debdf0ec123ad1117d80
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 14:25:40 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 17:52:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6247eb8
sys-libs/compiler-rt: Enable py3.12 in 16.0.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild
b/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild
index 49b92c7f0e51..6cc57799a75c 100644
--- a/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="Compiler runtime library for clang (built-in part)"