commit: 3b33b304cb326d0ae48bea4ee244209c4231a652
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 10:26:19 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 10:26:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b33b304
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 <AT> gentoo.org>
www-client/firefox/firefox-125.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"