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: Sun, 10 Feb 2019 21:50:26
Message-Id: 1549835400.8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4.whissi@gentoo
1 commit: 8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 03:47:12 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 21:50:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecae1fb
7
8 www-client/firefox: USE=pgo requires sys-libs/compiler-rt-sanitizers[profile] when Clang is used
9
10 Bug: https://bugs.gentoo.org/676988
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-65.0-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/www-client/firefox/firefox-65.0-r1.ebuild b/www-client/firefox/firefox-65.0-r1.ebuild
18 index d1957b61b6b..56719723d0a 100644
19 --- a/www-client/firefox/firefox-65.0-r1.ebuild
20 +++ b/www-client/firefox/firefox-65.0-r1.ebuild
21 @@ -119,6 +119,7 @@ DEPEND="${CDEPEND}
22 clang? (
23 >=sys-devel/llvm-4.0.1[gold]
24 >=sys-devel/lld-4.0.1
25 + pgo? ( >=sys-libs/compiler-rt-sanitizers-4.0.1[profile] )
26 )
27 pulseaudio? ( media-sound/pulseaudio )
28 >=virtual/cargo-1.30.0