commit: 22503797645e16dc5f82bf2233d1c7e5dc407c7e Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 12:48:47 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 12:48:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22503797
www-client/firefox: Disable PGO when GCC is used due to startup crash Bug: https://bugs.gentoo.org/701866 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-71.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www-client/firefox/firefox-71.0.ebuild b/www-client/firefox/firefox-71.0.ebuild index 21f0e548118..889b6dec68a 100644 --- a/www-client/firefox/firefox-71.0.ebuild +++ b/www-client/firefox/firefox-71.0.ebuild @@ -220,6 +220,10 @@ pkg_setup() { if ! has usersandbox $FEATURES ; then die "You must enable usersandbox as X server can not run as root!" fi + + if ! use clang ; then + die "Using GCC and PGO is currently broken!" + fi fi # Avoid PGO profiling problems due to enviroment leakage
