app-office/libreoffice: Add a stern USE=qt5 warning
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 13 Dec 2017 22:27:55 +0000 (23:27 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 13 Dec 2017 23:18:41 +0000 (00:18 +0100)
Package-Manager: Portage-2.3.18, Repoman-2.3.6

app-office/libreoffice/libreoffice-6.0.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 46cbbf6aec290d9d5dc8657368d6eae027f38222..006b828eaf2d9315808bcbf6a41cfc732663c6e1 100644 (file)
@@ -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"
index 46cbbf6aec290d9d5dc8657368d6eae027f38222..006b828eaf2d9315808bcbf6a41cfc732663c6e1 100644 (file)
@@ -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"