commit:     bf78017747a257d3a64325cf691df3123636edba
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 05:46:26 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 11 07:01:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf780177

dev-lang/spidermonkey: reduce disk space requirement for 102.11.0

 - after disabling debugging symbols from the build.

Bug: https://bugs.gentoo.org/906045
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/spidermonkey/spidermonkey-102.11.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-102.11.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-102.11.0.ebuild
index 925c94a3b13e..bdb7bbc39bab 100644
--- a/dev-lang/spidermonkey/spidermonkey-102.11.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-102.11.0.ebuild
@@ -138,9 +138,9 @@ python_check_deps() {
 
 pkg_pretend() {
        if use test ; then
-               CHECKREQS_DISK_BUILD="7000M"
+               CHECKREQS_DISK_BUILD="4000M"
        else
-               CHECKREQS_DISK_BUILD="6000M"
+               CHECKREQS_DISK_BUILD="3600M"
        fi
 
        check-reqs_pkg_pretend
@@ -149,9 +149,9 @@ pkg_pretend() {
 pkg_setup() {
        if [[ ${MERGE_TYPE} != binary ]] ; then
                if use test ; then
-                       CHECKREQS_DISK_BUILD="7000M"
+                       CHECKREQS_DISK_BUILD="4000M"
                else
-                       CHECKREQS_DISK_BUILD="6000M"
+                       CHECKREQS_DISK_BUILD="3600M"
                fi
 
                check-reqs_pkg_setup

Reply via email to