commit:     ca83c0f1fc62c54c92af19a7b60d43523e2ec177
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 23:49:45 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 23:50:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca83c0f1

www-client/firefox: adjust required disk space

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-83.0_rc2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/firefox/firefox-83.0_rc2.ebuild 
b/www-client/firefox/firefox-83.0_rc2.ebuild
index 968f708f8c6..82728d4337a 100644
--- a/www-client/firefox/firefox-83.0_rc2.ebuild
+++ b/www-client/firefox/firefox-83.0_rc2.ebuild
@@ -373,9 +373,9 @@ pkg_pretend() {
 
                # Ensure we have enough disk space to compile
                if use pgo || use lto || use debug ; then
-                       CHECKREQS_DISK_BUILD="13G"
+                       CHECKREQS_DISK_BUILD="10G"
                else
-                       CHECKREQS_DISK_BUILD="5600M"
+                       CHECKREQS_DISK_BUILD="6400M"
                fi
 
                check-reqs_pkg_pretend
@@ -392,9 +392,9 @@ pkg_setup() {
 
                # Ensure we have enough disk space to compile
                if use pgo || use lto || use debug ; then
-                       CHECKREQS_DISK_BUILD="13G"
+                       CHECKREQS_DISK_BUILD="10G"
                else
-                       CHECKREQS_DISK_BUILD="5600M"
+                       CHECKREQS_DISK_BUILD="6400M"
                fi
 
                check-reqs_pkg_setup

Reply via email to