Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 08 Aug 2019 17:43:18
Message-Id: 1565286187.b91477b724ac3544d353d4eef5688cf64af79cfd.whissi@gentoo
1 commit: b91477b724ac3544d353d4eef5688cf64af79cfd
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 17:41:57 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 17:43:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91477b7
7
8 www-client/firefox: Cannot use USE=wayland when USE=pgo
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-68.0.1.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-68.0.1.ebuild b/www-client/firefox/firefox-68.0.1.ebuild
17 index dc372d16e31..667de215c4a 100644
18 --- a/www-client/firefox/firefox-68.0.1.ebuild
19 +++ b/www-client/firefox/firefox-68.0.1.ebuild
20 @@ -164,10 +164,12 @@ DEPEND="${CDEPEND}
21 x86? ( >=dev-lang/yasm-1.1 virtual/opengl )
22 !system-av1? ( >=dev-lang/nasm-2.13 )"
23
24 -# Due to a bug in GCC, profile guided optimization will produce
25 -# AVX2 instructions, bug #677052
26 +# We use virtx eclass which cannot handle wayland
27 REQUIRED_USE="wifi? ( dbus )
28 - pgo? ( lto )"
29 + pgo? (
30 + lto
31 + !wayland
32 + )"
33
34 S="${WORKDIR}/firefox-${PV%_*}"