diff options
author | 2020-10-07 03:14:23 +0200 | |
---|---|---|
committer | 2020-10-07 03:14:23 +0200 | |
commit | 1dc6515a6733176bf0cfb95c86d4b1dd5bd36521 (patch) | |
tree | f32a441b772a13d5932b75107501f9c55be95773 /mail-client/thunderbird | |
parent | mail-client/thunderbird: bump to v78.3.2 (diff) | |
download | gentoo-1dc6515a6733176bf0cfb95c86d4b1dd5bd36521.tar.gz gentoo-1dc6515a6733176bf0cfb95c86d4b1dd5bd36521.tar.bz2 gentoo-1dc6515a6733176bf0cfb95c86d4b1dd5bd36521.zip |
mail-client/thunderbird: 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 'mail-client/thunderbird')
-rw-r--r-- | mail-client/thunderbird/thunderbird-78.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.3.2.ebuild b/mail-client/thunderbird/thunderbird-78.3.2.ebuild index bcc898d79384..16eb8f0cf1c3 100644 --- a/mail-client/thunderbird/thunderbird-78.3.2.ebuild +++ b/mail-client/thunderbird/thunderbird-78.3.2.ebuild @@ -434,7 +434,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 |