www-client/chromium: drop llvm_slot_20

Due to changes in Rust >=1.87.0, Chromium 136 is unable to link,
producing `undefined symbol` errors.

This is fixed in M137, but for M136 we will need to ensure
that only earlier versions of Rust will be considered, which
we can do by restricting the LLVM_SLOT to 19.

Closes: https://bugs.gentoo.org/956054
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2025-05-21 21:19:07 +10:00
parent e8fb55e5d2
commit 962d4eb807
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,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=( 19 20 )
LLVM_COMPAT=( 19 )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="xml(+)"
RUST_MIN_VER=1.78.0

View File

@@ -36,7 +36,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=( 19 20 )
LLVM_COMPAT=( 19 )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="xml(+)"
RUST_MIN_VER=1.78.0