aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-09-28 20:33:46 -0500
committerJory Pratt <anarchy@gentoo.org>2019-09-28 20:33:46 -0500
commit2ef93a251fb8e5578c1c39df0a7e25f26a5ec494 (patch)
tree6df51662d7c043045eeda07b023c7a9c45425459
parentwww-client/firefox: adjust sqlite dep (diff)
downloadmozilla-2ef93a251fb8e5578c1c39df0a7e25f26a5ec494.tar.gz
mozilla-2ef93a251fb8e5578c1c39df0a7e25f26a5ec494.tar.bz2
mozilla-2ef93a251fb8e5578c1c39df0a7e25f26a5ec494.zip
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@gentoo.org>
-rw-r--r--www-client/firefox/firefox-70.0_beta10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-70.0_beta10.ebuild b/www-client/firefox/firefox-70.0_beta10.ebuild
index 5888ac20..bd227e60 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"