summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-06-02 19:14:24 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-06-02 19:15:53 +0300
commit0f2975c5f586e53bcc33b09cde86c08c272d527c (patch)
treedfbf157844f7fbc1e5ed9d0de13113eba0bd2982 /www-client/firefox
parentapp-office/libreoffice-bin-debug: Stabilize 7.5.3.2 amd64, #905701 (diff)
downloadgentoo-0f2975c5f586e53bcc33b09cde86c08c272d527c.tar.gz
gentoo-0f2975c5f586e53bcc33b09cde86c08c272d527c.tar.bz2
gentoo-0f2975c5f586e53bcc33b09cde86c08c272d527c.zip
www-client/firefox: enable clang-16 support via rust:0/llvm-16 on 113
Bug: https://bugs.gentoo.org/903061 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-113.0.2.ebuild34
1 files changed, 25 insertions, 9 deletions
diff --git a/www-client/firefox/firefox-113.0.2.ebuild b/www-client/firefox/firefox-113.0.2.ebuild
index 00e00080656d..930d02d96130 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=15
+LLVM_MAX_SLOT=16
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -80,15 +80,31 @@ FF_ONLY_DEPEND="!www-client/firefox:0
screencast? ( media-video/pipewire:= )
selinux? ( sec-policy/selinux-mozilla )"
BDEPEND="${PYTHON_DEPS}
- sys-devel/clang:15
- sys-devel/llvm:15
- clang? (
- || (
- sys-devel/lld:15
- sys-devel/mold
+ || (
+ (
+ 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] )
+ )
)
- virtual/rust:0/llvm-15
- pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] )
)
app-alternatives/awk
app-arch/unzip