summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-04-10 19:29:21 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-04-10 19:32:57 +0300
commitbebe34cb50312d49f0f39da27c3d72433ed55226 (patch)
treeb35ced555d4a58402d3964d9b29a31744a2e3d3b /mail-client
parentwww-client/firefox: enable llvm:14 for 91.8.0 (diff)
downloadgentoo-bebe34cb50312d49f0f39da27c3d72433ed55226.tar.gz
gentoo-bebe34cb50312d49f0f39da27c3d72433ed55226.tar.bz2
gentoo-bebe34cb50312d49f0f39da27c3d72433ed55226.zip
mail-client/thunderbird: enable llvm:14 on 91.8.0
Bug: https://bugs.gentoo.org/836587 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-91.8.0.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-91.8.0.ebuild b/mail-client/thunderbird/thunderbird-91.8.0.ebuild
index db68b9f2832b..9aeb25dc77a6 100644
--- a/mail-client/thunderbird/thunderbird-91.8.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-91.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
FIREFOX_PATCHSET="firefox-91esr-patches-06j.tar.xz"
-LLVM_MAX_SLOT=13
+LLVM_MAX_SLOT=14
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -80,6 +80,14 @@ BDEPEND="${PYTHON_DEPS}
>=virtual/rust-1.51.0
|| (
(
+ sys-devel/clang:14
+ sys-devel/llvm:14
+ clang? (
+ =sys-devel/lld-14*
+ pgo? ( =sys-libs/compiler-rt-sanitizers-14*[profile] )
+ )
+ )
+ (
sys-devel/clang:13
sys-devel/llvm:13
clang? (