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, 04 Jun 2020 11:02:49
Message-Id: 1591268290.3399d361088eaeda5499c6ebb68dc64760b3afb5.whissi@gentoo
1 commit: 3399d361088eaeda5499c6ebb68dc64760b3afb5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 10:38:50 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 10:58:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3399d361
7
8 www-client/firefox: lift GCC 10 restriction
9
10 ...as it only affects specific march.
11
12 Bug: https://bugs.gentoo.org/727028
13 Package-Manager: Portage-2.3.100, Repoman-2.3.22
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 www-client/firefox/firefox-77.0.1.ebuild | 7 +------
17 1 file changed, 1 insertion(+), 6 deletions(-)
18
19 diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild
20 index 6cb866d4005..a596b48c52e 100644
21 --- a/www-client/firefox/firefox-77.0.1.ebuild
22 +++ b/www-client/firefox/firefox-77.0.1.ebuild
23 @@ -52,7 +52,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24
25 SLOT="0"
26 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
27 -IUSE="bindist +clang cpu_flags_x86_avx2 debug eme-free geckodriver
28 +IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver
29 +gmp-autoupdate hardened hwaccel jack lto cpu_flags_arm_neon pgo
30 pulseaudio +screenshot selinux startup-notification +system-av1
31 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx
32 @@ -237,11 +237,6 @@ pkg_pretend() {
33 fi
34 fi
35
36 - if ! use clang && [[ $(gcc-major-version) -eq 10 ]] ; then
37 - # bug 727028
38 - use ppc64 || die "Using GCC 10 to compile firefox is currently known to be broken. Set USE=clang or select <gcc-10 to continue."
39 - fi
40 -
41 # Ensure we have enough disk space to compile
42 if use pgo || use lto || use debug || use test ; then
43 CHECKREQS_DISK_BUILD="8G"