dev-lang/python: USE=jit now uses LLVM 18

Closes: https://bugs.gentoo.org/931603
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-09 14:10:29 +02:00
parent 754d6f5226
commit e794e17e8d

View File

@@ -3,7 +3,7 @@
EAPI="8"
LLVM_COMPAT=( 16 )
LLVM_COMPAT=( 18 )
LLVM_OPTIONAL=1
WANT_LIBTOOL="none"