commit: b91477b724ac3544d353d4eef5688cf64af79cfd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 8 17:41:57 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 17:43:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91477b7
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 <AT> gentoo.org>
www-client/firefox/firefox-68.0.1.ebuild | 8 +++++---
1 file 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 dc372d16e31..667de215c4a 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%_*}"