summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-07-20 16:44:55 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-07-20 16:46:37 +0300
commitcd55bdb882865a38c7367b8c8ad886a39110d412 (patch)
tree016bec62a862e2f0f13ed1f06c5682ac7a46f2ee /mail-client
parentwww-client/firefox: bump LLVM compatibility to 16 on 102esr (diff)
downloadgentoo-cd55bdb882865a38c7367b8c8ad886a39110d412.tar.gz
gentoo-cd55bdb882865a38c7367b8c8ad886a39110d412.tar.bz2
gentoo-cd55bdb882865a38c7367b8c8ad886a39110d412.zip
mail-client/thunderbird: bump LLVM compatibility to 16 on 102
Closes: https://bugs.gentoo.org/910102 Closes: https://bugs.gentoo.org/910582 Closes: https://bugs.gentoo.org/910369 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-102.13.0.ebuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-102.13.0.ebuild b/mail-client/thunderbird/thunderbird-102.13.0.ebuild
index ec0955e5f93e..b2498ccd41fa 100644
--- a/mail-client/thunderbird/thunderbird-102.13.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-102.13.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
FIREFOX_PATCHSET="firefox-102esr-patches-10tb.tar.xz"
-LLVM_MAX_SLOT=15
+LLVM_MAX_SLOT=16
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -82,6 +82,18 @@ TB_ONLY_DEPEND="!<x11-plugins/enigmail-2.2
system-librnp? ( dev-util/librnp )"
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