Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Sun, 29 Sep 2019 01:36:51
Message-Id: 1569720826.2ef93a251fb8e5578c1c39df0a7e25f26a5ec494.anarchy@gentoo
1 commit: 2ef93a251fb8e5578c1c39df0a7e25f26a5ec494
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 01:33:46 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 01:33:46 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2ef93a25
7
8 www-client/firefox: Add lto to 8G disk check
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/firefox-70.0_beta10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-70.0_beta10.ebuild b/www-client/firefox/firefox-70.0_beta10.ebuild
17 index 5888ac2..bd227e6 100644
18 --- a/www-client/firefox/firefox-70.0_beta10.ebuild
19 +++ b/www-client/firefox/firefox-70.0_beta10.ebuild
20 @@ -247,7 +247,7 @@ pkg_setup() {
21
22 pkg_pretend() {
23 # Ensure we have enough disk space to compile
24 - if use pgo || use debug || use test ; then
25 + if use pgo || use lto || use debug || use test ; then
26 CHECKREQS_DISK_BUILD="8G"
27 else
28 CHECKREQS_DISK_BUILD="4G"