summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-06-04 12:38:50 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-06-04 12:58:10 +0200
commit3399d361088eaeda5499c6ebb68dc64760b3afb5 (patch)
tree8ce48cb2894e1884c96011b0cb2f24c79469eafa /www-client
parentmail-client/thunderbird-bin: bump to v68.9.0 (diff)
downloadgentoo-3399d361088eaeda5499c6ebb68dc64760b3afb5.tar.gz
gentoo-3399d361088eaeda5499c6ebb68dc64760b3afb5.tar.bz2
gentoo-3399d361088eaeda5499c6ebb68dc64760b3afb5.zip
www-client/firefox: lift GCC 10 restriction
...as it only affects specific march. Bug: https://bugs.gentoo.org/727028 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-77.0.1.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild
index 6cb866d4005d..a596b48c52e5 100644
--- a/www-client/firefox/firefox-77.0.1.ebuild
+++ b/www-client/firefox/firefox-77.0.1.ebuild
@@ -52,7 +52,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist +clang cpu_flags_x86_avx2 debug eme-free geckodriver
+IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver
+gmp-autoupdate hardened hwaccel jack lto cpu_flags_arm_neon pgo
pulseaudio +screenshot selinux startup-notification +system-av1
+system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx
@@ -237,11 +237,6 @@ pkg_pretend() {
fi
fi
- if ! use clang && [[ $(gcc-major-version) -eq 10 ]] ; then
- # bug 727028
- use ppc64 || die "Using GCC 10 to compile firefox is currently known to be broken. Set USE=clang or select <gcc-10 to continue."
- fi
-
# Ensure we have enough disk space to compile
if use pgo || use lto || use debug || use test ; then
CHECKREQS_DISK_BUILD="8G"