mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user