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 11:31:58
Message-Id: 1601465510.28332d77c1a4159d6af8d3b70e0b0eff0f805942.whissi@gentoo
1 commit: 28332d77c1a4159d6af8d3b70e0b0eff0f805942
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 11:31:35 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 11:31:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28332d77
7
8 www-client/firefox: add missing slot on clang
9
10 Spotted-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Fixes: d523c20 ("www-client/firefox: fix gold linker deps")
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 www-client/firefox/firefox-81.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-client/firefox/firefox-81.0.ebuild b/www-client/firefox/firefox-81.0.ebuild
19 index a50c10d39d5..e9bc0bc2731 100644
20 --- a/www-client/firefox/firefox-81.0.ebuild
21 +++ b/www-client/firefox/firefox-81.0.ebuild
22 @@ -64,7 +64,7 @@ BDEPEND="${PYTHON_DEPS}
23 || (
24 (
25 sys-devel/clang:10
26 - sys-devel/llvm
27 + sys-devel/llvm:10
28 clang? (
29 =sys-devel/lld-10*
30 pgo? ( =sys-libs/compiler-rt-sanitizers-10*[profile] )