summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-06-02 21:58:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-06-02 21:59:55 +0300
commitcd7cdb71cb19aae6a72a538dc209b7e9cf5107ad (patch)
treedaa204a920dcd31afada628b26d2856024016b8d /www-client
parentsys-libs/ncurses-compat: optimise SRC_URI generation (diff)
downloadgentoo-cd7cdb71cb19aae6a72a538dc209b7e9cf5107ad.tar.gz
gentoo-cd7cdb71cb19aae6a72a538dc209b7e9cf5107ad.tar.bz2
gentoo-cd7cdb71cb19aae6a72a538dc209b7e9cf5107ad.zip
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-113.0.2.ebuild34
1 files 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