summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-10-16 16:20:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-10-16 16:20:38 +0300
commit31b832d728ed2f67c926719dbb5a4f68ca5675f1 (patch)
tree73d2600fb6e188d9a7391218f0c18e1165291457
parentdev-lang/spidermonkey: disable rust-simd on 102.15.0 (diff)
downloadgentoo-31b832d728ed2f67c926719dbb5a4f68ca5675f1.tar.gz
gentoo-31b832d728ed2f67c926719dbb5a4f68ca5675f1.tar.bz2
gentoo-31b832d728ed2f67c926719dbb5a4f68ca5675f1.zip
mail-client/thunderbird: enable llvm-17
Closes: https://bugs.gentoo.org/915817 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--mail-client/thunderbird/thunderbird-115.3.2.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-115.3.2.ebuild b/mail-client/thunderbird/thunderbird-115.3.2.ebuild
index be82d10736f6..b55a6da424d8 100644
--- a/mail-client/thunderbird/thunderbird-115.3.2.ebuild
+++ b/mail-client/thunderbird/thunderbird-115.3.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
FIREFOX_PATCHSET="firefox-115esr-patches-06.tar.xz"
-LLVM_MAX_SLOT=16
+LLVM_MAX_SLOT=17
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -82,6 +82,15 @@ TB_ONLY_DEPEND="!<x11-plugins/enigmail-2.2
BDEPEND="${PYTHON_DEPS}
|| (
(
+ sys-devel/clang:17
+ sys-devel/llvm:17
+ clang? (
+ sys-devel/lld:17
+ virtual/rust:0/llvm-17
+ pgo? ( =sys-libs/compiler-rt-sanitizers-17*[profile] )
+ )
+ )
+ (
sys-devel/clang:16
sys-devel/llvm:16
clang? (