summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-17 13:04:20 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-17 21:10:00 +0200
commit6591007e362c5d7cb2b0e343547289d56a2d2fbc (patch)
tree1d6125d0c7a1affc11e4d8145aec445f5e5fcf20 /sys-libs
parentdev-util/lldb: Enable py3.12 in 17.0.0.9999 (diff)
downloadgentoo-6591007e362c5d7cb2b0e343547289d56a2d2fbc.tar.gz
gentoo-6591007e362c5d7cb2b0e343547289d56a2d2fbc.tar.bz2
gentoo-6591007e362c5d7cb2b0e343547289d56a2d2fbc.zip
sys-libs/compiler-rt: Enable py3.12 in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild
index 5bb8f9d050ac..f31c17f1962a 100644
--- a/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.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)"