diff options
-rw-r--r-- | www-client/firefox/firefox-83.0_rc2.ebuild | 4 |
1 files 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 82728d4337a3..1b15d8148fba 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 |