commit: 089f2a1adee4dbc672b3a9295978efcef8b9d98e Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Dec 10 00:00:35 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Dec 10 00:00:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089f2a1a
www-client/firefox: re-enable PGO Bug: https://bugs.gentoo.org/701866 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-71.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www-client/firefox/firefox-71.0.ebuild b/www-client/firefox/firefox-71.0.ebuild index 431c1e1f9d7..f7cf2eae91b 100644 --- a/www-client/firefox/firefox-71.0.ebuild +++ b/www-client/firefox/firefox-71.0.ebuild @@ -220,10 +220,6 @@ 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
