From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B265B139083 for ; Wed, 13 Dec 2017 23:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0616EE0EB7; Wed, 13 Dec 2017 23:19:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAC6BE0EB7 for ; Wed, 13 Dec 2017 23:19:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CDA233BF43 for ; Wed, 13 Dec 2017 23:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EE13AE7F for ; Wed, 13 Dec 2017 23:19:01 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1513207121.0cf56689f283f4eea96519a8e6b22e109e0a677b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.0.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0cf56689f283f4eea96519a8e6b22e109e0a677b X-VCS-Branch: master Date: Wed, 13 Dec 2017 23:19:01 +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: 61e1740f-3eaa-4e58-8139-eb315150b139 X-Archives-Hash: 9998ca6b6145674c22701b861f484186 commit: 0cf56689f283f4eea96519a8e6b22e109e0a677b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 13 22:27:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 13 23:18:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf56689 app-office/libreoffice: Add a stern USE=qt5 warning Package-Manager: Portage-2.3.18, Repoman-2.3.6 app-office/libreoffice/libreoffice-6.0.9999.ebuild | 4 +++- app-office/libreoffice/libreoffice-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-office/libreoffice/libreoffice-6.0.9999.ebuild b/app-office/libreoffice/libreoffice-6.0.9999.ebuild index 46cbbf6aec2..006b828eaf2 100644 --- a/app-office/libreoffice/libreoffice-6.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.9999.ebuild @@ -253,6 +253,9 @@ PATCHES=( ) pkg_pretend() { + use qt5 && \ + ewarn "Qt5 is a work in progress. Do _NOT_ file bugs at bugs.gentoo.org related to Qt5 support!" + use java || \ ewarn "If you plan to use Base application you should enable java or you will get various crashes." @@ -263,7 +266,6 @@ pkg_pretend() { fi if [[ ${MERGE_TYPE} != binary ]]; then - CHECKREQS_MEMORY="512M" if is-flagq "-g*" && ! is-flagq "-g*0" ; then CHECKREQS_DISK_BUILD="22G" diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 46cbbf6aec2..006b828eaf2 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -253,6 +253,9 @@ PATCHES=( ) pkg_pretend() { + use qt5 && \ + ewarn "Qt5 is a work in progress. Do _NOT_ file bugs at bugs.gentoo.org related to Qt5 support!" + use java || \ ewarn "If you plan to use Base application you should enable java or you will get various crashes." @@ -263,7 +266,6 @@ pkg_pretend() { fi if [[ ${MERGE_TYPE} != binary ]]; then - CHECKREQS_MEMORY="512M" if is-flagq "-g*" && ! is-flagq "-g*0" ; then CHECKREQS_DISK_BUILD="22G"