diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-18 13:26:19 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-18 13:26:19 +0300 |
commit | 3b33b304cb326d0ae48bea4ee244209c4231a652 (patch) | |
tree | d3a2535092247f401cd9b6335c9ee93fcf209ad9 /www-client/firefox | |
parent | mail-client/thunderbird: stabilize 115.10.0 for x86 (diff) | |
download | gentoo-3b33b304cb326d0ae48bea4ee244209c4231a652.tar.gz gentoo-3b33b304cb326d0ae48bea4ee244209c4231a652.tar.bz2 gentoo-3b33b304cb326d0ae48bea4ee244209c4231a652.zip |
www-client/firefox: drop llvm-16 support from 125
- with >=rust-1.74 requirement, virtual/rust:0/llvm-16 can not be resolved
causing breakages for _some_ builds - still better this than ugly
REQUIRED_USE workaround.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-125.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-125.0.1.ebuild b/www-client/firefox/firefox-125.0.1.ebuild index ab0b9f165b9e..f3f0bcb2fde6 100644 --- a/www-client/firefox/firefox-125.0.1.ebuild +++ b/www-client/firefox/firefox-125.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 FIREFOX_PATCHSET="firefox-125-patches-01.tar.xz" -LLVM_COMPAT=( 16 17 ) +LLVM_COMPAT=( 17 ) PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" |