commit:     d23021e561e5538ff9aa8600395e0514f7d57385
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 27 16:01:05 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 27 16:59:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23021e5

llvm-runtimes/compiler-rt: SLOTs < 19, enable py3.12, py3.13, py3.14

There is one test failure for all python versions related to
USE=atomic-builtins, tracked already as bug 946269. But the results are
identical across python version. :)

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild | 2 +-
 llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild | 2 +-
 llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild | 2 +-
 llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild
index 828948dec926..2e0ffc32088c 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
 
 DESCRIPTION="Compiler runtime library for clang (built-in part)"

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
index abed130ff141..d5f2d710ace7 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit cmake crossdev flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
 
 DESCRIPTION="Compiler runtime library for clang (built-in part)"

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild
index 4ea2ed3c0b2b..d8879e69e2ba 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit cmake crossdev flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
 
 DESCRIPTION="Compiler runtime library for clang (built-in part)"

diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild 
b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild
index 813b5089c28f..2b54d41f5c94 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit cmake crossdev flag-o-matic llvm.org llvm-utils python-any-r1
 inherit toolchain-funcs
 

Reply via email to