summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-68.0.1.ebuild8
1 files changed, 5 insertions, 3 deletions
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%_*}"