From: Thomas Deutschmann Date: Thu, 8 Aug 2019 17:41:57 +0000 (+0200) Subject: www-client/firefox: Cannot use USE=wayland when USE=pgo X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b91477b724ac3544d353d4eef5688cf64af79cfd;p=gentoo.git www-client/firefox: Cannot use USE=wayland when USE=pgo Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/www-client/firefox/firefox-68.0.1.ebuild b/www-client/firefox/firefox-68.0.1.ebuild index dc372d16e31a..667de215c4a0 100644 --- a/www-client/firefox/firefox-68.0.1.ebuild +++ b/www-client/firefox/firefox-68.0.1.ebuild @@ -164,10 +164,12 @@ DEPEND="${CDEPEND} x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) !system-av1? ( >=dev-lang/nasm-2.13 )" -# Due to a bug in GCC, profile guided optimization will produce -# AVX2 instructions, bug #677052 +# We use virtx eclass which cannot handle wayland REQUIRED_USE="wifi? ( dbus ) - pgo? ( lto )" + pgo? ( + lto + !wayland + )" S="${WORKDIR}/firefox-${PV%_*}"