From d4c7fc9fb7940f5d1337db009b0449beb9fdbda6 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev <gyakovlev@gentoo.org> Date: Wed, 3 Jun 2020 21:16:32 -0700 Subject: www-client/firefox: don't die with gcc10 on ppc64 it compiles just fine Bug: https://bugs.gentoo.org/727028 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> --- www-client/firefox/firefox-77.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-client/firefox') diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild index f0206c2dec6f..6cb866d4005d 100644 --- a/www-client/firefox/firefox-77.0.1.ebuild +++ b/www-client/firefox/firefox-77.0.1.ebuild @@ -239,7 +239,7 @@ pkg_pretend() { if ! use clang && [[ $(gcc-major-version) -eq 10 ]] ; then # bug 727028 - die "Using GCC 10 to compile firefox is currently known to be broken. Set USE=clang or select <gcc-10 to continue." + 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 -- cgit v1.2.3-65-gdbad