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 CFC64138359 for ; Mon, 7 Sep 2020 21:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE971E0AE4; Mon, 7 Sep 2020 21:59:17 +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 911CAE0AE4 for ; Mon, 7 Sep 2020 21:59:17 +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 709E033D4A6 for ; Mon, 7 Sep 2020 21:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282A8349 for ; Mon, 7 Sep 2020 21:59:15 +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: <1599515949.9fcda40180dfb7c32d562580c5b496948b32b800.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.2.0.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9fcda40180dfb7c32d562580c5b496948b32b800 X-VCS-Branch: master Date: Mon, 7 Sep 2020 21:59:15 +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: 82e01134-2663-4940-a77a-2d80ae9bfe8c X-Archives-Hash: b1992b586e0ad0b0b8b25bbce16ae607 commit: 9fcda40180dfb7c32d562580c5b496948b32b800 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Sep 7 21:22:55 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Sep 7 21:59:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcda401 dev-lang/spidermonkey: adjust required disk space Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild index 28d49a10116..20632cb0a25 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild @@ -97,7 +97,7 @@ pkg_pretend() { if use test ; then CHECKREQS_DISK_BUILD="6400M" else - CHECKREQS_DISK_BUILD="5300M" + CHECKREQS_DISK_BUILD="5600M" fi check-reqs_pkg_pretend @@ -107,7 +107,7 @@ pkg_setup() { if use test ; then CHECKREQS_DISK_BUILD="6400M" else - CHECKREQS_DISK_BUILD="5300M" + CHECKREQS_DISK_BUILD="5600M" fi check-reqs_pkg_setup