Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sun, 29 Sep 2019 01:32:37
Message-Id: 1569720727.a051937fb27aa3c29ed6f40ab00a42e8ac21e51c.anarchy@gentoo
1 commit: a051937fb27aa3c29ed6f40ab00a42e8ac21e51c
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 01:32:07 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 01:32:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a051937f
7
8 www-client/firefox: add lto to 8G disk check
9
10 Closes: https://bugs.gentoo.org/694462
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
13
14 www-client/firefox/firefox-68.1.0.ebuild | 2 +-
15 www-client/firefox/firefox-69.0.1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/www-client/firefox/firefox-68.1.0.ebuild b/www-client/firefox/firefox-68.1.0.ebuild
19 index d24c99927b3..cbc319d6760 100644
20 --- a/www-client/firefox/firefox-68.1.0.ebuild
21 +++ b/www-client/firefox/firefox-68.1.0.ebuild
22 @@ -244,7 +244,7 @@ pkg_setup() {
23
24 pkg_pretend() {
25 # Ensure we have enough disk space to compile
26 - if use pgo || use debug || use test ; then
27 + if use pgo || use lto || use debug || use test ; then
28 CHECKREQS_DISK_BUILD="8G"
29 else
30 CHECKREQS_DISK_BUILD="4G"
31
32 diff --git a/www-client/firefox/firefox-69.0.1.ebuild b/www-client/firefox/firefox-69.0.1.ebuild
33 index 1bdcc49ef7f..c221342b1f9 100644
34 --- a/www-client/firefox/firefox-69.0.1.ebuild
35 +++ b/www-client/firefox/firefox-69.0.1.ebuild
36 @@ -247,7 +247,7 @@ pkg_setup() {
37
38 pkg_pretend() {
39 # Ensure we have enough disk space to compile
40 - if use pgo || use debug || use test ; then
41 + if use pgo || use lto || use debug || use test ; then
42 CHECKREQS_DISK_BUILD="8G"
43 else
44 CHECKREQS_DISK_BUILD="4G"