commit:     3f5cc7b6f3eb2414a0f407789bda9557e73844a7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 14:12:47 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 15:21:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5cc7b6

sys-libs/compiler-rt: Enable py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-libs/compiler-rt/compiler-rt-12.0.1.9999.ebuild | 2 +-
 sys-libs/compiler-rt/compiler-rt-12.0.1_rc4.ebuild  | 2 +-
 sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.1.9999.ebuild 
b/sys-libs/compiler-rt/compiler-rt-12.0.1.9999.ebuild
index caf0b9268ef..6f732cc60ab 100644
--- a/sys-libs/compiler-rt/compiler-rt-12.0.1.9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-12.0.1.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 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/sys-libs/compiler-rt/compiler-rt-12.0.1_rc4.ebuild 
b/sys-libs/compiler-rt/compiler-rt-12.0.1_rc4.ebuild
index 91bc9df6492..05771e36ce7 100644
--- a/sys-libs/compiler-rt/compiler-rt-12.0.1_rc4.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-12.0.1_rc4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 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/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild 
b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
index caf0b9268ef..6f732cc60ab 100644
--- a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
 
 DESCRIPTION="Compiler runtime library for clang (built-in part)"

Reply via email to