commit: a051937fb27aa3c29ed6f40ab00a42e8ac21e51c Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Sun Sep 29 01:32:07 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Sun Sep 29 01:32:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a051937f
www-client/firefox: add lto to 8G disk check Closes: https://bugs.gentoo.org/694462 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> www-client/firefox/firefox-68.1.0.ebuild | 2 +- www-client/firefox/firefox-69.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-68.1.0.ebuild b/www-client/firefox/firefox-68.1.0.ebuild index d24c99927b3..cbc319d6760 100644 --- a/www-client/firefox/firefox-68.1.0.ebuild +++ b/www-client/firefox/firefox-68.1.0.ebuild @@ -244,7 +244,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" diff --git a/www-client/firefox/firefox-69.0.1.ebuild b/www-client/firefox/firefox-69.0.1.ebuild index 1bdcc49ef7f..c221342b1f9 100644 --- a/www-client/firefox/firefox-69.0.1.ebuild +++ b/www-client/firefox/firefox-69.0.1.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"
