dev-util/pkgcruft: enable llvm 20

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-03 04:54:01 +01:00
parent 7afa4b47ce
commit f94ed965f3
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
CRATES=" "
LLVM_COMPAT=( {17..19} )
LLVM_COMPAT=( {17..20} )
RUST_MIN_VER="1.84.0"
inherit cargo edo llvm-r2 multiprocessing shell-completion toolchain-funcs

View File

@@ -4,7 +4,7 @@
EAPI=8
CRATES=" "
LLVM_COMPAT=( {17..19} )
LLVM_COMPAT=( {17..20} )
RUST_MIN_VER="1.85.0"
inherit cargo edo llvm-r2 multiprocessing shell-completion toolchain-funcs