Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Sat, 28 Sep 2019 14:27:37
Message-Id: 1569679927.fae350e462db530ef871b04a5f335d3bd4ce2474.whissi@gentoo
1 commit: fae350e462db530ef871b04a5f335d3bd4ce2474
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 14:12:07 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 14:12:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae350e4
7
8 mail-client/thunderbird: allow LLVM 9.x
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 mail-client/thunderbird/thunderbird-68.1.1.ebuild | 11 ++++++++++-
14 1 file changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/mail-client/thunderbird/thunderbird-68.1.1.ebuild b/mail-client/thunderbird/thunderbird-68.1.1.ebuild
17 index d21c4effc2d..193e300578e 100644
18 --- a/mail-client/thunderbird/thunderbird-68.1.1.ebuild
19 +++ b/mail-client/thunderbird/thunderbird-68.1.1.ebuild
20 @@ -31,7 +31,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
21 fi
22 MOZ_P="${PN}-${MOZ_PV}"
23
24 -LLVM_MAX_SLOT=8
25 +LLVM_MAX_SLOT=9
26
27 DESCRIPTION="Thunderbird Mail Client"
28 HOMEPAGE="https://www.mozilla.org/thunderbird"
29 @@ -120,6 +120,15 @@ DEPEND="${CDEPEND}
30 >=sys-devel/binutils-2.30
31 sys-apps/findutils
32 || (
33 + (
34 + sys-devel/clang:9
35 + !clang? ( sys-devel/llvm:9 )
36 + clang? (
37 + =sys-devel/lld-9*
38 + sys-devel/llvm:9[gold]
39 + pgo? ( =sys-libs/compiler-rt-sanitizers-9*[profile] )
40 + )
41 + )
42 (
43 sys-devel/clang:8
44 !clang? ( sys-devel/llvm:8 )