summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-11-09 21:10:03 +1000
committerMatt Jolly <kangie@gentoo.org>2024-11-09 21:21:06 +1000
commit96fca5812a838adbc471dbe812954906060832a4 (patch)
tree7d3c21fec6eec15475bef985f3e5c79a62a1883a /www-client
parentdev-python/anyio: Stabilize 4.6.2_p1 ppc64, #943083 (diff)
downloadgentoo-96fca5812a838adbc471dbe812954906060832a4.tar.gz
gentoo-96fca5812a838adbc471dbe812954906060832a4.tar.bz2
gentoo-96fca5812a838adbc471dbe812954906060832a4.zip
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@gentoo.org> Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/chromium-129.0.6668.100-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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