summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-09-28 16:12:07 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-09-28 16:12:07 +0200
commitfae350e462db530ef871b04a5f335d3bd4ce2474 (patch)
treec41eb2cb33d5152cc6df7dcb98027ec906acfdad /mail-client
parentmail-client/thunderbird: fix build with >=rust-1.38.0 (diff)
downloadgentoo-fae350e462db530ef871b04a5f335d3bd4ce2474.tar.gz
gentoo-fae350e462db530ef871b04a5f335d3bd4ce2474.tar.bz2
gentoo-fae350e462db530ef871b04a5f335d3bd4ce2474.zip
mail-client/thunderbird: allow LLVM 9.x
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-68.1.1.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-68.1.1.ebuild b/mail-client/thunderbird/thunderbird-68.1.1.ebuild
index d21c4effc2d5..193e300578eb 100644
--- a/mail-client/thunderbird/thunderbird-68.1.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.1.1.ebuild
@@ -31,7 +31,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
fi
MOZ_P="${PN}-${MOZ_PV}"
-LLVM_MAX_SLOT=8
+LLVM_MAX_SLOT=9
DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="https://www.mozilla.org/thunderbird"
@@ -121,6 +121,15 @@ DEPEND="${CDEPEND}
sys-apps/findutils
|| (
(
+ sys-devel/clang:9
+ !clang? ( sys-devel/llvm:9 )
+ clang? (
+ =sys-devel/lld-9*
+ sys-devel/llvm:9[gold]
+ pgo? ( =sys-libs/compiler-rt-sanitizers-9*[profile] )
+ )
+ )
+ (
sys-devel/clang:8
!clang? ( sys-devel/llvm:8 )
clang? (