app-office/libreoffice: Check for more disk space if building with debug info, bug...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 25 Mar 2016 20:46:14 +0000 (21:46 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 25 Mar 2016 20:46:14 +0000 (21:46 +0100)
Package-Manager: portage-2.2.28

app-office/libreoffice/libreoffice-5.1.1.3.ebuild
app-office/libreoffice/libreoffice-5.1.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 56ec41944e48d2076c77534159c5e3952be98921..5abaa476e4041b477a010b70b5f1a2215fa0bc12 100644 (file)
@@ -266,7 +266,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
index 11c9a864a2bf10a261e1c28c005fd86ad5fc7aff..940c4be4d24d5435b681030202858163a423dc9c 100644 (file)
@@ -263,7 +263,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
index 4686600c380efbdf714d25b63492def4c9e9dfd2..f61e42c48029bbc74b4e2c59b1211606c5b619c6 100644 (file)
@@ -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