diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-13 23:27:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 00:18:41 +0100 |
commit | 0cf56689f283f4eea96519a8e6b22e109e0a677b (patch) | |
tree | 125bf78d13ae7032376a0d7c9bc073a14d9d0313 /app-office | |
parent | app-office/libreoffice: Use $(get_libdir) instead of hardcoded (diff) | |
download | gentoo-0cf56689f283f4eea96519a8e6b22e109e0a677b.tar.gz gentoo-0cf56689f283f4eea96519a8e6b22e109e0a677b.tar.bz2 gentoo-0cf56689f283f4eea96519a8e6b22e109e0a677b.zip |
app-office/libreoffice: Add a stern USE=qt5 warning
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.0.9999.ebuild | 4 | ||||
-rw-r--r-- | 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 46cbbf6aec29..006b828eaf2d 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 46cbbf6aec29..006b828eaf2d 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" |