summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-11-16 00:49:45 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-11-16 00:50:36 +0100
commitca83c0f1fc62c54c92af19a7b60d43523e2ec177 (patch)
treec5f17c4655a8d33a77c247a0e816bdc91e543938 /www-client/firefox
parentdev-lang/spidermonkey: adjust required disk space (diff)
downloadgentoo-ca83c0f1fc62c54c92af19a7b60d43523e2ec177.tar.gz
gentoo-ca83c0f1fc62c54c92af19a7b60d43523e2ec177.tar.bz2
gentoo-ca83c0f1fc62c54c92af19a7b60d43523e2ec177.zip
www-client/firefox: adjust required disk space
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-83.0_rc2.ebuild8
1 files 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 968f708f8c63..82728d4337a3 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