commit: 2ef93a251fb8e5578c1c39df0a7e25f26a5ec494
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 01:33:46 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 01:33:46 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2ef93a25
www-client/firefox: Add lto to 8G disk check
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
www-client/firefox/firefox-70.0_beta10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/firefox/firefox-70.0_beta10.ebuild
b/www-client/firefox/firefox-70.0_beta10.ebuild
index 5888ac2..bd227e6 100644
--- a/www-client/firefox/firefox-70.0_beta10.ebuild
+++ b/www-client/firefox/firefox-70.0_beta10.ebuild
@@ -247,7 +247,7 @@ pkg_setup() {
pkg_pretend() {
# Ensure we have enough disk space to compile
- if use pgo || use debug || use test ; then
+ if use pgo || use lto || use debug || use test ; then
CHECKREQS_DISK_BUILD="8G"
else
CHECKREQS_DISK_BUILD="4G"