summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-09-28 20:32:07 -0500
committerJory Pratt <anarchy@gentoo.org>2019-09-28 20:32:07 -0500
commita051937fb27aa3c29ed6f40ab00a42e8ac21e51c (patch)
tree51ddddcb0c3684ed0ee5784792feb713adb2e0ed /www-client
parentmail-client/thunderbird: add lto to 8G disk check (diff)
downloadgentoo-a051937fb27aa3c29ed6f40ab00a42e8ac21e51c.tar.gz
gentoo-a051937fb27aa3c29ed6f40ab00a42e8ac21e51c.tar.bz2
gentoo-a051937fb27aa3c29ed6f40ab00a42e8ac21e51c.zip
www-client/firefox: add lto to 8G disk check
Closes: https://bugs.gentoo.org/694462 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-68.1.0.ebuild2
-rw-r--r--www-client/firefox/firefox-69.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-68.1.0.ebuild b/www-client/firefox/firefox-68.1.0.ebuild
index d24c99927b37..cbc319d67603 100644
--- a/www-client/firefox/firefox-68.1.0.ebuild
+++ b/www-client/firefox/firefox-68.1.0.ebuild
@@ -244,7 +244,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"
diff --git a/www-client/firefox/firefox-69.0.1.ebuild b/www-client/firefox/firefox-69.0.1.ebuild
index 1bdcc49ef7fc..c221342b1f98 100644
--- a/www-client/firefox/firefox-69.0.1.ebuild
+++ b/www-client/firefox/firefox-69.0.1.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"