diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-20 16:25:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-20 19:52:58 +0200 |
commit | e6247eb89b01e5a262e5debdf0ec123ad1117d80 (patch) | |
tree | bfabb05336541be4c5f1c1703665e47f9e151cd0 /sys-libs | |
parent | dev-util/lldb: Enable py3.12 in 16.0.6 (diff) | |
download | gentoo-e6247eb89b01e5a262e5debdf0ec123ad1117d80.tar.gz gentoo-e6247eb89b01e5a262e5debdf0ec123ad1117d80.tar.bz2 gentoo-e6247eb89b01e5a262e5debdf0ec123ad1117d80.zip |
sys-libs/compiler-rt: Enable py3.12 in 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |