summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-25 21:46:14 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-25 21:46:14 +0100
commit34e546f17994826f0c52c5b82ada29a7ed5426df (patch)
tree7b527503da51db523d85ab35ab37cf177e8b75b4 /app-office/libreoffice/libreoffice-9999.ebuild
parentnet-irc/znc: Add missing slot op to ICU dependency (diff)
downloadgentoo-34e546f17994826f0c52c5b82ada29a7ed5426df.tar.gz
gentoo-34e546f17994826f0c52c5b82ada29a7ed5426df.tar.bz2
gentoo-34e546f17994826f0c52c5b82ada29a7ed5426df.zip
app-office/libreoffice: Check for more disk space if building with debug info, bug 563286
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index 4686600c380e..f61e42c48029 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -258,7 +258,12 @@ PATCHES=(
)
CHECKREQS_MEMORY="512M"
-if [[ ${MERGE_TYPE} != binary ]] ; then CHECKREQS_DISK_BUILD="6G" ; fi
+
+if [[ ${MERGE_TYPE} != binary ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
+ CHECKREQS_DISK_BUILD="22G"
+elif [[ ${MERGE_TYPE} != binary ]] ; then
+ CHECKREQS_DISK_BUILD="6G"
+fi
pkg_pretend() {
local pgslot