Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 30 Sep 2020 19:42:40
Message-Id: 1601494951.4af1d81551cb032f64e588bb9472f3c425fb3fe8.whissi@gentoo
1 commit: 4af1d81551cb032f64e588bb9472f3c425fb3fe8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 19:42:20 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 19:42:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af1d815
7
8 www-client/firefox: allow building with llvm:11
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-78.3.0.ebuild | 10 +++++++++-
14 www-client/firefox/firefox-81.0.ebuild | 10 +++++++++-
15 2 files changed, 18 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-78.3.0.ebuild b/www-client/firefox/firefox-78.3.0.ebuild
18 index 1ceb02811ff..50806d400ca 100644
19 --- a/www-client/firefox/firefox-78.3.0.ebuild
20 +++ b/www-client/firefox/firefox-78.3.0.ebuild
21 @@ -5,7 +5,7 @@ EAPI="7"
22
23 FIREFOX_PATCHSET="firefox-esr-78-patches-02.tar.xz"
24
25 -LLVM_MAX_SLOT=10
26 +LLVM_MAX_SLOT=11
27
28 PYTHON_COMPAT=( python3_{6..9} )
29 PYTHON_REQ_USE="ncurses,sqlite,ssl"
30 @@ -64,6 +64,14 @@ BDEPEND="${PYTHON_DEPS}
31 virtual/pkgconfig
32 >=virtual/rust-1.43.0
33 || (
34 + (
35 + sys-devel/clang:11
36 + sys-devel/llvm:11
37 + clang? (
38 + =sys-devel/lld-11*
39 + pgo? ( =sys-libs/compiler-rt-sanitizers-11*[profile] )
40 + )
41 + )
42 (
43 sys-devel/clang:10
44 sys-devel/llvm:10
45
46 diff --git a/www-client/firefox/firefox-81.0.ebuild b/www-client/firefox/firefox-81.0.ebuild
47 index 062a2c818fe..72041321a73 100644
48 --- a/www-client/firefox/firefox-81.0.ebuild
49 +++ b/www-client/firefox/firefox-81.0.ebuild
50 @@ -5,7 +5,7 @@ EAPI="7"
51
52 FIREFOX_PATCHSET="firefox-81-patches-01.tar.xz"
53
54 -LLVM_MAX_SLOT=10
55 +LLVM_MAX_SLOT=11
56
57 PYTHON_COMPAT=( python3_{6..9} )
58 PYTHON_REQ_USE="ncurses,sqlite,ssl"
59 @@ -64,6 +64,14 @@ BDEPEND="${PYTHON_DEPS}
60 virtual/pkgconfig
61 >=virtual/rust-1.43.0
62 || (
63 + (
64 + sys-devel/clang:11
65 + sys-devel/llvm:11
66 + clang? (
67 + =sys-devel/lld-11*
68 + pgo? ( =sys-libs/compiler-rt-sanitizers-11*[profile] )
69 + )
70 + )
71 (
72 sys-devel/clang:10
73 sys-devel/llvm:10