summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-08-08 19:41:57 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-08-08 19:43:07 +0200
commitb91477b724ac3544d353d4eef5688cf64af79cfd (patch)
treea9701c34b13dd3f53b6ba0136aba33a60d73c03d /www-client/firefox
parentdev-lang/php: stable 7.3.8 for sparc, bug #691564 (diff)
downloadgentoo-b91477b724ac3544d353d4eef5688cf64af79cfd.tar.gz
gentoo-b91477b724ac3544d353d4eef5688cf64af79cfd.tar.bz2
gentoo-b91477b724ac3544d353d4eef5688cf64af79cfd.zip
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 <whissi@gentoo.org>
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%_*}"