diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-10 04:47:12 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-10 22:50:00 +0100 |
commit | 8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4 (patch) | |
tree | 810f5d95c14837c1436b9a900a0b42f8ed914082 /www-client | |
parent | profile: hardened: remove "profile" use.mask (diff) | |
download | gentoo-8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4.tar.gz gentoo-8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4.tar.bz2 gentoo-8ecae1fb817fc89f8ba653e5a5afaf8b983cbdd4.zip |
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-65.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |