diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-16 01:05:05 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-16 01:09:10 +0100 |
commit | 5fc8038a2608aeb02eca9871b324743bafecd80b (patch) | |
tree | 0e7226aedc591aee3de2ae4bc2e3949d99a5a666 /www-client/firefox | |
parent | dev-python/oslotest: Remove old (diff) | |
download | gentoo-5fc8038a2608aeb02eca9871b324743bafecd80b.tar.gz gentoo-5fc8038a2608aeb02eca9871b324743bafecd80b.tar.bz2 gentoo-5fc8038a2608aeb02eca9871b324743bafecd80b.zip |
www-client/firefox: adjust required disk space (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.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 |