diff options
author | 2020-04-17 20:52:20 -0500 | |
---|---|---|
committer | 2020-04-17 20:52:20 -0500 | |
commit | 3d5675d942b316ad0b96ada3df512846f633cc89 (patch) | |
tree | beb193f9494fb38fc8390259102a9e973ce9bdb9 | |
parent | www-client/firefox: remove condition for removing prebuilt files (diff) | |
download | anarchy-3d5675d942b316ad0b96ada3df512846f633cc89.tar.gz anarchy-3d5675d942b316ad0b96ada3df512846f633cc89.tar.bz2 anarchy-3d5675d942b316ad0b96ada3df512846f633cc89.zip |
www-client/firefox: fix whitespace issues
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r-- | www-client/firefox/firefox-76.0_beta5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-76.0_beta5.ebuild b/www-client/firefox/firefox-76.0_beta5.ebuild index 85a96ce..fd5eb07 100644 --- a/www-client/firefox/firefox-76.0_beta5.ebuild +++ b/www-client/firefox/firefox-76.0_beta5.ebuild @@ -318,10 +318,10 @@ src_prepare() { # Allow user to apply any additional patches without modifing ebuild eapply_user - # Make LTO respect MAKEOPTS - sed -i \ - -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/build/moz.configure/toolchain.configure \ + # Make LTO respect MAKEOPTS + sed -i \ + -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/build/moz.configure/toolchain.configure \ || die "sed failed to set num_cores" # remove prebuilt files, fixes sandbox violations for musl pgo builds. |