diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-20 21:47:05 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-20 21:47:19 +0200 |
commit | e6e716a02fc0665e6f88ea775c28de72499057f0 (patch) | |
tree | f808fe2ccc6d97fd143c2c36b1acbfa0e12b1b9c /www-client/firefox | |
parent | www-client/firefox: fix lto on arm and ppc64 (diff) | |
download | gentoo-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/firefox')
-rw-r--r-- | www-client/firefox/firefox-78.4.0.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |