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: Fri, 09 Sep 2022 08:37:50
Message-Id: 1662712664.a509d602c445db51b4f5da82626a960337ae2258.juippis@gentoo
1 commit: a509d602c445db51b4f5da82626a960337ae2258
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 08:36:25 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 08:37:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a509d602
7
8 www-client/firefox: enable llvm-15 on 102.2.0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-client/firefox/firefox-102.2.0.ebuild | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/www-client/firefox/firefox-102.2.0.ebuild b/www-client/firefox/firefox-102.2.0.ebuild
16 index 5fc46dffe81b..8cfbc4b8a609 100644
17 --- a/www-client/firefox/firefox-102.2.0.ebuild
18 +++ b/www-client/firefox/firefox-102.2.0.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 FIREFOX_PATCHSET="firefox-102esr-patches-02j.tar.xz"
22
23 -LLVM_MAX_SLOT=14
24 +LLVM_MAX_SLOT=15
25
26 PYTHON_COMPAT=( python3_{8..11} )
27 PYTHON_REQ_USE="ncurses,sqlite,ssl"
28 @@ -89,6 +89,14 @@ BDEPEND="${PYTHON_DEPS}
29 virtual/pkgconfig
30 virtual/rust
31 || (
32 + (
33 + sys-devel/clang:15
34 + sys-devel/llvm:15
35 + clang? (
36 + =sys-devel/lld-15*
37 + pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] )
38 + )
39 + )
40 (
41 sys-devel/clang:14
42 sys-devel/llvm:14