From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B135B59CA6 for ; Fri, 25 Mar 2016 20:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F46C21C026; Fri, 25 Mar 2016 20:46:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1152D21C026 for ; Fri, 25 Mar 2016 20:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69913340CBE for ; Fri, 25 Mar 2016 20:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685A2863 for ; Fri, 25 Mar 2016 20:46:35 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1458938774.34e546f17994826f0c52c5b82ada29a7ed5426df.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-5.1.1.3.ebuild app-office/libreoffice/libreoffice-5.1.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 34e546f17994826f0c52c5b82ada29a7ed5426df X-VCS-Branch: master Date: Fri, 25 Mar 2016 20:46:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f987122-e965-4ec1-901c-50b1d3ff0c1a X-Archives-Hash: 143863e3484d4139ab6088c5b0b3e7b0 commit: 34e546f17994826f0c52c5b82ada29a7ed5426df Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Mar 25 20:46:14 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Mar 25 20:46:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e546f1 app-office/libreoffice: Check for more disk space if building with debug info, bug 563286 Package-Manager: portage-2.2.28 app-office/libreoffice/libreoffice-5.1.1.3.ebuild | 7 ++++++- app-office/libreoffice/libreoffice-5.1.9999.ebuild | 7 ++++++- app-office/libreoffice/libreoffice-9999.ebuild | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/app-office/libreoffice/libreoffice-5.1.1.3.ebuild b/app-office/libreoffice/libreoffice-5.1.1.3.ebuild index 56ec419..5abaa47 100644 --- a/app-office/libreoffice/libreoffice-5.1.1.3.ebuild +++ b/app-office/libreoffice/libreoffice-5.1.1.3.ebuild @@ -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 diff --git a/app-office/libreoffice/libreoffice-5.1.9999.ebuild b/app-office/libreoffice/libreoffice-5.1.9999.ebuild index 11c9a86..940c4be 100644 --- a/app-office/libreoffice/libreoffice-5.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.1.9999.ebuild @@ -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 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 4686600..f61e42c 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