Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sat, 09 Apr 2022 15:26:01
Message-Id: 1649517902.fd5635e0c7269edb0261a35ff9e779cfc26288e9.juippis@gentoo
1 commit: fd5635e0c7269edb0261a35ff9e779cfc26288e9
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 15:25:02 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 15:25:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5635e0
7
8 www-client/firefox: enable llvm:14 for 99.0
9
10 Bug: https://bugs.gentoo.org/836587
11 Bug: https://bugs.gentoo.org/837122
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 www-client/firefox/firefox-99.0.ebuild | 10 +++++++++-
15 1 file changed, 9 insertions(+), 1 deletion(-)
16
17 diff --git a/www-client/firefox/firefox-99.0.ebuild b/www-client/firefox/firefox-99.0.ebuild
18 index e54e0111654c..e9591cce7722 100644
19 --- a/www-client/firefox/firefox-99.0.ebuild
20 +++ b/www-client/firefox/firefox-99.0.ebuild
21 @@ -5,7 +5,7 @@ EAPI="7"
22
23 FIREFOX_PATCHSET="firefox-99-patches-01j.tar.xz"
24
25 -LLVM_MAX_SLOT=13
26 +LLVM_MAX_SLOT=14
27
28 PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE="ncurses,sqlite,ssl"
30 @@ -88,6 +88,14 @@ BDEPEND="${PYTHON_DEPS}
31 virtual/pkgconfig
32 >=virtual/rust-1.57.0
33 || (
34 + (
35 + sys-devel/clang:14
36 + sys-devel/llvm:14
37 + clang? (
38 + =sys-devel/lld-14*
39 + pgo? ( =sys-libs/compiler-rt-sanitizers-14*[profile] )
40 + )
41 + )
42 (
43 sys-devel/clang:13
44 sys-devel/llvm:13