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>
This commit is contained in:
Thomas Deutschmann
2019-10-21 21:59:14 +02:00
parent 3f1c7d797c
commit d5895431dd

View File

@@ -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
@@ -117,6 +117,14 @@ DEPEND="${CDEPEND}
>=sys-devel/binutils-2.30
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 )