From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1113555-garchives=archives.gentoo.org@lists.gentoo.org> 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 30E94138334 for <garchives@archives.gentoo.org>; Sun, 29 Sep 2019 01:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A92E0923; Sun, 29 Sep 2019 01:36:50 +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 434E1E0923 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Sep 2019 01:36:50 +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 39B0634B6A4 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Sep 2019 01:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1C4E7E9 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Sep 2019 01:36:47 +0000 (UTC) From: "Jory Pratt" <anarchy@gentoo.org> 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" <anarchy@gentoo.org> Message-ID: <1569720826.2ef93a251fb8e5578c1c39df0a7e25f26a5ec494.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-70.0_beta10.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 2ef93a251fb8e5578c1c39df0a7e25f26a5ec494 X-VCS-Branch: master Date: Sun, 29 Sep 2019 01:36:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 095a29fa-4dfe-4c83-916f-643e16fec5f4 X-Archives-Hash: 2e2bdda0a1ab85d484307bf4c1b6426f commit: 2ef93a251fb8e5578c1c39df0a7e25f26a5ec494 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Sun Sep 29 01:33:46 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Sun Sep 29 01:33:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2ef93a25 www-client/firefox: Add lto to 8G disk check Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> www-client/firefox/firefox-70.0_beta10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-70.0_beta10.ebuild b/www-client/firefox/firefox-70.0_beta10.ebuild index 5888ac2..bd227e6 100644 --- a/www-client/firefox/firefox-70.0_beta10.ebuild +++ b/www-client/firefox/firefox-70.0_beta10.ebuild @@ -247,7 +247,7 @@ pkg_setup() { pkg_pretend() { # Ensure we have enough disk space to compile - if use pgo || use debug || use test ; then + if use pgo || use lto || use debug || use test ; then CHECKREQS_DISK_BUILD="8G" else CHECKREQS_DISK_BUILD="4G"