commit: 3399d361088eaeda5499c6ebb68dc64760b3afb5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Jun 4 10:38:50 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Jun 4 10:58:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3399d361
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 <AT> gentoo.org> www-client/firefox/firefox-77.0.1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild index 6cb866d4005..a596b48c52e 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"