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