commit:     bba0a47da9dca26c21b25639f063b328d450ec9d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 13:44:08 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 13:46:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba0a47d

www-client/firefox: bump LLVM compatibility to 16 on 102esr

Closes: https://bugs.gentoo.org/903061
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-102.13.0.ebuild | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-102.13.0.ebuild 
b/www-client/firefox/firefox-102.13.0.ebuild
index 189495282809..91701dd569ba 100644
--- a/www-client/firefox/firefox-102.13.0.ebuild
+++ b/www-client/firefox/firefox-102.13.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 FIREFOX_PATCHSET="firefox-102esr-patches-10j.tar.xz"
 
-LLVM_MAX_SLOT=15
+LLVM_MAX_SLOT=16
 
 PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -84,6 +84,18 @@ FF_ONLY_DEPEND="!www-client/firefox:0
        selinux? ( sec-policy/selinux-mozilla )"
 BDEPEND="${PYTHON_DEPS}
        || (
+       (
+                       sys-devel/clang:16
+                       sys-devel/llvm:16
+                       clang? (
+                               || (
+                                       sys-devel/lld:16
+                                       sys-devel/mold
+                               )
+                               virtual/rust:0/llvm-16
+                               pgo? ( 
=sys-libs/compiler-rt-sanitizers-16*[profile] )
+                       )
+               )
                (
                        sys-devel/clang:15
                        sys-devel/llvm:15

Reply via email to