From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16B3113835A for ; Sun, 15 Nov 2020 23:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56209E0946; Sun, 15 Nov 2020 23:50:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C08EE0949 for ; Sun, 15 Nov 2020 23:50:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED0DD341570 for ; Sun, 15 Nov 2020 23:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71EF3A9 for ; Sun, 15 Nov 2020 23:50:46 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1605484222.caed1d243f336bd1aeed16efa14ecdb0f364d3c9.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: caed1d243f336bd1aeed16efa14ecdb0f364d3c9 X-VCS-Branch: master Date: Sun, 15 Nov 2020 23:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25c81992-f37d-4d1e-8ac5-0e901339477a X-Archives-Hash: b348be8b4b089581ff7b7b0b6fcbf563 commit: caed1d243f336bd1aeed16efa14ecdb0f364d3c9 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Nov 15 22:34:44 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 15 23:50:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caed1d24 dev-lang/spidermonkey: adjust required disk space Closes: https://bugs.gentoo.org/754747 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild b/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild index 065952b5eb4..51c99770b03 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.4.1.ebuild @@ -93,9 +93,9 @@ 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 @@ -103,9 +103,9 @@ 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