Skip to content

Commit

Permalink
dev-lang/spidermonkey: adjust required disk space
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/754747
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Nov 15, 2020
1 parent 72f3181 commit caed1d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@ python_check_deps() {

pkg_pretend() {
if use test ; then
CHECKREQS_DISK_BUILD="6400M"
CHECKREQS_DISK_BUILD="7600M"
else
CHECKREQS_DISK_BUILD="5600M"
CHECKREQS_DISK_BUILD="6400M"
fi

check-reqs_pkg_pretend
}

pkg_setup() {
if use test ; then
CHECKREQS_DISK_BUILD="6400M"
CHECKREQS_DISK_BUILD="7600M"
else
CHECKREQS_DISK_BUILD="5600M"
CHECKREQS_DISK_BUILD="6400M"
fi

check-reqs_pkg_setup
Expand Down

0 comments on commit caed1d2

Please sign in to comment.