diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-07 03:08:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-07 03:08:11 +0200 |
commit | 73b52951092b7c21b9f4b27a3aa8a8e78d923aea (patch) | |
tree | 9060b2d9a92ecf36ec0abb6bdfa30b48b95d39d2 /www-client | |
parent | dev-lang/spidermonkey: add USE=lto (diff) | |
download | gentoo-73b52951092b7c21b9f4b27a3aa8a8e78d923aea.tar.gz gentoo-73b52951092b7c21b9f4b27a3aa8a8e78d923aea.tar.bz2 gentoo-73b52951092b7c21b9f4b27a3aa8a8e78d923aea.zip |
www-client/firefox: fix removal of *-LTO-Only-enable-LTO-*.patch
Patch shouldn't be applied when USE=lto is set.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-78.3.1.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-81.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 5bb47ac3381a..1b519dbf1181 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -445,7 +445,7 @@ src_unpack() { } src_prepare() { - use pgo && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch + use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch eapply "${WORKDIR}/firefox-patches" # Allow user to apply any additional patches without modifing ebuild diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild index 51c6d764b99d..bddadeb11f03 100644 --- a/www-client/firefox/firefox-81.0.1.ebuild +++ b/www-client/firefox/firefox-81.0.1.ebuild @@ -445,7 +445,7 @@ src_unpack() { } src_prepare() { - use pgo && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch + use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch eapply "${WORKDIR}/firefox-patches" # Allow user to apply any additional patches without modifing ebuild |