commit: e794e17e8d1b8fea82838a4a1fed1a032efa9f56 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 9 12:10:29 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 9 12:15:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e794e17e
dev-lang/python: USE=jit now uses LLVM 18 Closes: https://bugs.gentoo.org/931603 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-lang/python/python-3.13.0_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-3.13.0_beta1.ebuild b/dev-lang/python/python-3.13.0_beta1.ebuild index c69498233962..5473c0f3bee5 100644 --- a/dev-lang/python/python-3.13.0_beta1.ebuild +++ b/dev-lang/python/python-3.13.0_beta1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -LLVM_COMPAT=( 16 ) +LLVM_COMPAT=( 18 ) LLVM_OPTIONAL=1 WANT_LIBTOOL="none"
