summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-09-28 20:29:41 -0500
committerJory Pratt <anarchy@gentoo.org>2019-09-28 20:29:41 -0500
commit73ab3f41aca6fd31c779b651592fc93a6c2ba6fb (patch)
tree6105e654f109307a7618eae74e2aec00d19e0202 /mail-client
parentnet-irc/znc: bump to 1.7.5 (diff)
downloadgentoo-73ab3f41aca6fd31c779b651592fc93a6c2ba6fb.tar.gz
gentoo-73ab3f41aca6fd31c779b651592fc93a6c2ba6fb.tar.bz2
gentoo-73ab3f41aca6fd31c779b651592fc93a6c2ba6fb.zip
mail-client/thunderbird: add lto to 8G disk check
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-68.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-68.1.1.ebuild b/mail-client/thunderbird/thunderbird-68.1.1.ebuild
index 193e300578eb..5ba8241b68ee 100644
--- a/mail-client/thunderbird/thunderbird-68.1.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.1.1.ebuild
@@ -237,7 +237,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"