From: Thomas Deutschmann Date: Sun, 10 Feb 2019 03:47:12 +0000 (+0100) Subject: www-client/firefox: USE=pgo requires sys-libs/compiler-rt-sanitizers[profile] when... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4;p=gentoo.git 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 --- diff --git a/www-client/firefox/firefox-65.0-r1.ebuild b/www-client/firefox/firefox-65.0-r1.ebuild index d1957b61b6b2..56719723d0af 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