summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-10-21 21:59:14 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-10-21 21:59:34 +0200
commitd5895431ddf8fbab3f4e7a6ccb6ccbacf567ab5a (patch)
tree61b5897d356a27de7de4c2eeca3b12b55d30c9e3 /mail-client/thunderbird
parentmedia-libs/mesa: Version bump to 19.1.8 (diff)
downloadgentoo-d5895431ddf8fbab3f4e7a6ccb6ccbacf567ab5a.tar.gz
gentoo-d5895431ddf8fbab3f4e7a6ccb6ccbacf567ab5a.tar.bz2
gentoo-d5895431ddf8fbab3f4e7a6ccb6ccbacf567ab5a.zip
mail-client/thunderbird: allow LLVM 9.x
Closes: https://bugs.gentoo.org/698120 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-60.9.0.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-60.9.0.ebuild b/mail-client/thunderbird/thunderbird-60.9.0.ebuild
index ac0b9acef568..23f57c4db64f 100644
--- a/mail-client/thunderbird/thunderbird-60.9.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.9.0.ebuild
@@ -32,7 +32,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
fi
MOZ_P="${PN}-${MOZ_PV}"
-LLVM_MAX_SLOT=8
+LLVM_MAX_SLOT=9
inherit check-reqs flag-o-matic toolchain-funcs gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils autotools mozlinguas-v2 multiprocessing
@@ -118,6 +118,14 @@ DEPEND="${CDEPEND}
sys-apps/findutils
|| (
(
+ sys-devel/clang:9
+ !clang? ( sys-devel/llvm:9 )
+ clang? (
+ =sys-devel/lld-9*
+ sys-devel/llvm:9[gold]
+ )
+ )
+ (
sys-devel/clang:8
!clang? ( sys-devel/llvm:8 )
clang? (