summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-30 21:40:21 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-30 21:42:30 +0200
commit240c9ddd32621932d68c2defbdac6c2144ebede8 (patch)
tree4b4728dc7b5609a3d546d2b3376b797b17b9ec27 /mail-client/thunderbird
parentmedia-gfx/imagemagick: bump to v6.9.11-31 & v7.0.10-31 (diff)
downloadgentoo-240c9ddd32621932d68c2defbdac6c2144ebede8.tar.gz
gentoo-240c9ddd32621932d68c2defbdac6c2144ebede8.tar.bz2
gentoo-240c9ddd32621932d68c2defbdac6c2144ebede8.zip
mail-client/thunderbird: allow building with llvm:11
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.3.1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
index 405e052ecfa4..2adba2544672 100644
--- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
FIREFOX_PATCHSET="firefox-esr-78-patches-02.tar.xz"
-LLVM_MAX_SLOT=10
+LLVM_MAX_SLOT=11
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -63,6 +63,14 @@ BDEPEND="${PYTHON_DEPS}
>=virtual/rust-1.43.0
|| (
(
+ sys-devel/clang:11
+ sys-devel/llvm:11
+ clang? (
+ =sys-devel/lld-11*
+ pgo? ( =sys-libs/compiler-rt-sanitizers-11*[profile] )
+ )
+ )
+ (
sys-devel/clang:10
sys-devel/llvm:10
clang? (