diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-21 08:54:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-21 14:53:34 +0200 |
commit | db2345c77479fa579eaaa57c1e09af1cbc81ea00 (patch) | |
tree | 15cbe504b3d63451f1fcb4adbbe3a84f7848c209 /sys-devel | |
parent | sys-devel/llvm: Use python_has_version (diff) | |
download | gentoo-db2345c77479fa579eaaa57c1e09af1cbc81ea00.tar.gz gentoo-db2345c77479fa579eaaa57c1e09af1cbc81ea00.tar.bz2 gentoo-db2345c77479fa579eaaa57c1e09af1cbc81ea00.zip |
sys-devel/llvm: Enable python3.11 in 15.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-15.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-15.0.0.9999.ebuild b/sys-devel/llvm/llvm-15.0.0.9999.ebuild index bcf786694588..79beef59fe2f 100644 --- a/sys-devel/llvm/llvm-15.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-15.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs |