commit: e6e716a02fc0665e6f88ea775c28de72499057f0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 19:47:05 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 19:47:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e716a0
www-client/firefox: remove special ppc64 handling
Acked-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-78.4.0.ebuild | 2 +-
www-client/firefox/firefox-82.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/firefox/firefox-78.4.0.ebuild
b/www-client/firefox/firefox-78.4.0.ebuild
index 34bd7f8326f..2b2d1787a2e 100644
--- a/www-client/firefox/firefox-78.4.0.ebuild
+++ b/www-client/firefox/firefox-78.4.0.ebuild
@@ -769,7 +769,7 @@ src_configure() {
# Additional ARCH support
case "${ARCH}" in
- arm | ppc64)
+ arm)
# Reduce the memory requirements for linking
if use clang ; then
# Nothing to do
diff --git a/www-client/firefox/firefox-82.0.ebuild
b/www-client/firefox/firefox-82.0.ebuild
index 8eee3434a0f..11d017b60f6 100644
--- a/www-client/firefox/firefox-82.0.ebuild
+++ b/www-client/firefox/firefox-82.0.ebuild
@@ -769,7 +769,7 @@ src_configure() {
# Additional ARCH support
case "${ARCH}" in
- arm | ppc64)
+ arm)
# Reduce the memory requirements for linking
if use clang ; then
# Nothing to do