commit: 5fc8038a2608aeb02eca9871b324743bafecd80b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 00:05:05 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 00:09:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc8038a
www-client/firefox: adjust required disk space (2)
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-83.0_rc2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/firefox/firefox-83.0_rc2.ebuild
b/www-client/firefox/firefox-83.0_rc2.ebuild
index 82728d4337a..1b15d8148fb 100644
--- a/www-client/firefox/firefox-83.0_rc2.ebuild
+++ b/www-client/firefox/firefox-83.0_rc2.ebuild
@@ -373,7 +373,7 @@ pkg_pretend() {
# Ensure we have enough disk space to compile
if use pgo || use lto || use debug ; then
- CHECKREQS_DISK_BUILD="10G"
+ CHECKREQS_DISK_BUILD="13500M"
else
CHECKREQS_DISK_BUILD="6400M"
fi
@@ -392,7 +392,7 @@ pkg_setup() {
# Ensure we have enough disk space to compile
if use pgo || use lto || use debug ; then
- CHECKREQS_DISK_BUILD="10G"
+ CHECKREQS_DISK_BUILD="13500M"
else
CHECKREQS_DISK_BUILD="6400M"
fi