mail-client/thunderbird: add lto to 8G disk check
authorJory Pratt <anarchy@gentoo.org>
Sun, 29 Sep 2019 01:29:41 +0000 (20:29 -0500)
committerJory Pratt <anarchy@gentoo.org>
Sun, 29 Sep 2019 01:29:41 +0000 (20:29 -0500)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
mail-client/thunderbird/thunderbird-68.1.1.ebuild

index 193e300578eb1ae5725a9da7dabc74e35df777f6..5ba8241b68ee7cc1771b9b07ff4ed19f1ca260f3 100644 (file)
@@ -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"