Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Wed, 07 Oct 2020 01:30:43
Message-Id: 1602033263.1dc6515a6733176bf0cfb95c86d4b1dd5bd36521.whissi@gentoo
1 commit: 1dc6515a6733176bf0cfb95c86d4b1dd5bd36521
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 01:14:23 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 01:14:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc6515a
7
8 mail-client/thunderbird: fix removal of *-LTO-Only-enable-LTO-*.patch
9
10 Patch shouldn't be applied when USE=lto is set.
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 mail-client/thunderbird/thunderbird-78.3.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/mail-client/thunderbird/thunderbird-78.3.2.ebuild b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
19 index bcc898d7938..16eb8f0cf1c 100644
20 --- a/mail-client/thunderbird/thunderbird-78.3.2.ebuild
21 +++ b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
22 @@ -434,7 +434,7 @@ src_unpack() {
23 }
24
25 src_prepare() {
26 - use pgo && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
27 + use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
28 eapply "${WORKDIR}/firefox-patches"
29
30 # Allow user to apply any additional patches without modifing ebuild