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 094A6138334 for ; Sun, 31 Mar 2019 18:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 095DEE08F1; Sun, 31 Mar 2019 18:28:45 +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 D498FE08F1 for ; Sun, 31 Mar 2019 18:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2CF5335CF3 for ; Sun, 31 Mar 2019 18:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF54452 for ; Sun, 31 Mar 2019 18:28:41 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1554056717.9158820c10f6b320f3d1b6260b5f773f5e18f05a.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 9158820c10f6b320f3d1b6260b5f773f5e18f05a X-VCS-Branch: master Date: Sun, 31 Mar 2019 18:28:41 +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: 68dfbdaf-cebc-46d7-8522-b29cc3098367 X-Archives-Hash: 0cfc7304182f40570589e6c6356c47d6 commit: 9158820c10f6b320f3d1b6260b5f773f5e18f05a Author: Jory Pratt gentoo org> AuthorDate: Sun Mar 31 18:24:01 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Mar 31 18:25:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9158820c dev-lang/spidermonkey: ensure we have at least 2G of disk space, bug #681860 Signed-off-by: Jory Pratt gentoo.org> dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild index f4974dac59e..9652ecde83f 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 WANT_AUTOCONF="2.1" -inherit autotools toolchain-funcs pax-utils mozcoreconf-v5 +inherit autotools check-reqs toolchain-funcs pax-utils mozcoreconf-v5 MY_PN="mozjs" MY_P="${MY_PN}-${PV/_rc/.rc}" @@ -33,6 +33,11 @@ RDEPEND=">=dev-libs/nspr-4.13.1 system-icu? ( >=dev-libs/icu-59.1:= )" DEPEND="${RDEPEND}" +pkg_pretend() { + CHECKREQS_DISK_BUILD="2G" + + check-reqs_pkg_setup +} pkg_setup(){ [[ ${MERGE_TYPE} == "binary" ]] || \ moz_pkgsetup