diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-08-09 17:06:44 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-08-09 17:08:53 +0800 |
commit | 94f9589bc808d609d82bf67a1e76b8b396c8b00f (patch) | |
tree | a604a87bc547722a02041de252d4cded8aaacfab /sys-devel/llvm | |
parent | dev-lisp/clozurecl: bump to 1.12.2 (diff) | |
download | gentoo-94f9589bc808d609d82bf67a1e76b8b396c8b00f.tar.gz gentoo-94f9589bc808d609d82bf67a1e76b8b396c8b00f.tar.bz2 gentoo-94f9589bc808d609d82bf67a1e76b8b396c8b00f.zip |
sys-devel/llvm: enable py3.11
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-14.0.6-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-14.0.6-r4.ebuild b/sys-devel/llvm/llvm-14.0.6-r4.ebuild index dd4204b73ea3..27a21c6774e1 100644 --- a/sys-devel/llvm/llvm-14.0.6-r4.ebuild +++ b/sys-devel/llvm/llvm-14.0.6-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs |