summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-20 21:47:05 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-20 21:47:19 +0200
commite6e716a02fc0665e6f88ea775c28de72499057f0 (patch)
treef808fe2ccc6d97fd143c2c36b1acbfa0e12b1b9c /www-client
parentwww-client/firefox: fix lto on arm and ppc64 (diff)
downloadgentoo-e6e716a02fc0665e6f88ea775c28de72499057f0.tar.gz
gentoo-e6e716a02fc0665e6f88ea775c28de72499057f0.tar.bz2
gentoo-e6e716a02fc0665e6f88ea775c28de72499057f0.zip
www-client/firefox: remove special ppc64 handling
Acked-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-78.4.0.ebuild2
-rw-r--r--www-client/firefox/firefox-82.0.ebuild2
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 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