From e6e716a02fc0665e6f88ea775c28de72499057f0 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 20 Oct 2020 21:47:05 +0200 Subject: www-client/firefox: remove special ppc64 handling Acked-by: Georgy Yakovlev Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann --- www-client/firefox/firefox-78.4.0.ebuild | 2 +- www-client/firefox/firefox-82.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client/firefox') diff --git a/www-client/firefox/firefox-78.4.0.ebuild b/www-client/firefox/firefox-78.4.0.ebuild index 34bd7f8326f0..2b2d1787a2e6 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 8eee3434a0f7..11d017b60f61 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 -- cgit v1.2.3-65-gdbad