commit:     cd7cdb71cb19aae6a72a538dc209b7e9cf5107ad
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 18:58:38 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 18:59:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7cdb71

Revert "www-client/firefox: enable clang-16 support via rust:0/llv..."

This reverts commit 0f2975c5f586e53bcc33b09cde86c08c272d527c.

 - "-clang" might be broken and there are runtime issues with llvm:16.

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

 www-client/firefox/firefox-113.0.2.ebuild | 34 ++++++++-----------------------
 1 file changed, 9 insertions(+), 25 deletions(-)

diff --git a/www-client/firefox/firefox-113.0.2.ebuild 
b/www-client/firefox/firefox-113.0.2.ebuild
index 930d02d96130..00e00080656d 100644
--- a/www-client/firefox/firefox-113.0.2.ebuild
+++ b/www-client/firefox/firefox-113.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 FIREFOX_PATCHSET="firefox-113-patches-01.tar.xz"
 
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=15
 
 PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -80,31 +80,15 @@ FF_ONLY_DEPEND="!www-client/firefox:0
        screencast? ( media-video/pipewire:= )
        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
-                       clang? (
-                               || (
-                                       sys-devel/lld:15
-                                       sys-devel/mold
-                               )
-                               virtual/rust:0/llvm-15
-                               pgo? ( 
=sys-libs/compiler-rt-sanitizers-15*[profile] )
-                       )
+       sys-devel/clang:15
+       sys-devel/llvm:15
+       clang? (
+               || (
+                       sys-devel/lld:15
+                       sys-devel/mold
                )
+               virtual/rust:0/llvm-15
+               pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] )
        )
        app-alternatives/awk
        app-arch/unzip

Reply via email to