Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 07 Oct 2020 01:08:23
Message-Id: 1602032891.73b52951092b7c21b9f4b27a3aa8a8e78d923aea.whissi@gentoo
1 commit: 73b52951092b7c21b9f4b27a3aa8a8e78d923aea
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 01:08:11 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 01:08:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b52951
7
8 www-client/firefox: 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 www-client/firefox/firefox-78.3.1.ebuild | 2 +-
16 www-client/firefox/firefox-81.0.1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild
20 index 5bb47ac3381..1b519dbf118 100644
21 --- a/www-client/firefox/firefox-78.3.1.ebuild
22 +++ b/www-client/firefox/firefox-78.3.1.ebuild
23 @@ -445,7 +445,7 @@ src_unpack() {
24 }
25
26 src_prepare() {
27 - use pgo && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
28 + use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
29 eapply "${WORKDIR}/firefox-patches"
30
31 # Allow user to apply any additional patches without modifing ebuild
32
33 diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild
34 index 51c6d764b99..bddadeb11f0 100644
35 --- a/www-client/firefox/firefox-81.0.1.ebuild
36 +++ b/www-client/firefox/firefox-81.0.1.ebuild
37 @@ -445,7 +445,7 @@ src_unpack() {
38 }
39
40 src_prepare() {
41 - use pgo && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
42 + use lto && rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch
43 eapply "${WORKDIR}/firefox-patches"
44
45 # Allow user to apply any additional patches without modifing ebuild