www-client/firefox: add lto to 8G disk check
authorJory Pratt <anarchy@gentoo.org>
Sun, 29 Sep 2019 01:32:07 +0000 (20:32 -0500)
committerJory Pratt <anarchy@gentoo.org>
Sun, 29 Sep 2019 01:32:07 +0000 (20:32 -0500)
Closes: https://bugs.gentoo.org/694462
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
www-client/firefox/firefox-68.1.0.ebuild
www-client/firefox/firefox-69.0.1.ebuild

index d24c99927b37788fd9078d6f4c7259339c61402b..cbc319d67603026ed4b0683c5b0b0ce7c2d86f9f 100644 (file)
@@ -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"
index 1bdcc49ef7fcd717e62250bbcc3e40db90f48f2d..c221342b1f98e1a644f84e41b5ebbeb7bb9b7e9f 100644 (file)
@@ -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"