commit: 96fca5812a838adbc471dbe812954906060832a4
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 11:10:03 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 11:21:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fca581
www-client/chromium: Update LLVM_COMPAT to 18
While Chromium is strictly buildable with LLVM 17,
our RUST_MIN_VER results in all Rust impls that support
LLVM 17 being filtered out.
Update RUST_COMPAT so that the package can be built.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
www-client/chromium/chromium-129.0.6668.100-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/chromium/chromium-129.0.6668.100-r1.ebuild
b/www-client/chromium/chromium-129.0.6668.100-r1.ebuild
index e4fa73268149..6a3d532c5b99 100644
--- a/www-client/chromium/chromium-129.0.6668.100-r1.ebuild
+++ b/www-client/chromium/chromium-129.0.6668.100-r1.ebuild
@@ -37,7 +37,7 @@ CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419
et fa fi fil fr gu
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl
sr
sv sw ta te th tr uk ur vi zh-CN zh-TW"
-LLVM_COMPAT=( {17..18} )
+LLVM_COMPAT=( 18 )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="xml(+)"
RUST_MIN_VER=1.78.0