app-office/libreoffice: Update USE !java and add USE !firebird notice
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 8 Aug 2019 16:34:55 +0000 (18:34 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 8 Aug 2019 16:51:32 +0000 (18:51 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-office/libreoffice/libreoffice-6.2.9999.ebuild
app-office/libreoffice/libreoffice-6.3.0.4.ebuild
app-office/libreoffice/libreoffice-6.3.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 95d3b41a720fcd8fa35415cf768ab49b8763d7cf..8a89bd5092ba48ce15c955ca6dc035169d3c168a 100644 (file)
@@ -267,8 +267,11 @@ _check_reqs() {
 }
 
 pkg_pretend() {
-       use java || \
-               ewarn "If you plan to use Base application you should enable java or you will get various crashes."
+       if ! use java && ! use firebird; then
+               ewarn "If you plan to use Base application you must enable either firebird or java."
+       fi
+
+       use java || ewarn "Without java, several wizards are not going to be available."
 
        if has_version "<app-office/libreoffice-5.3.0[firebird]"; then
                ewarn "Firebird has been upgraded to version 3. It is unable to read back Firebird 2.5 data, so"
index 29524e6854cd33b0b13a224434be3cb480d17312..0797f73f72d4e99a4576daa5260dd93770644c55 100644 (file)
@@ -265,8 +265,11 @@ _check_reqs() {
 }
 
 pkg_pretend() {
-       use java || \
-               ewarn "If you plan to use Base application you should enable java or you will get various crashes."
+       if ! use java && ! use firebird; then
+               ewarn "If you plan to use Base application you must enable either firebird or java."
+       fi
+
+       use java || ewarn "Without java, several wizards are not going to be available."
 
        if has_version "<app-office/libreoffice-5.3.0[firebird]"; then
                ewarn "Firebird has been upgraded to version 3. It is unable to read back Firebird 2.5 data, so"
index 29524e6854cd33b0b13a224434be3cb480d17312..0797f73f72d4e99a4576daa5260dd93770644c55 100644 (file)
@@ -265,8 +265,11 @@ _check_reqs() {
 }
 
 pkg_pretend() {
-       use java || \
-               ewarn "If you plan to use Base application you should enable java or you will get various crashes."
+       if ! use java && ! use firebird; then
+               ewarn "If you plan to use Base application you must enable either firebird or java."
+       fi
+
+       use java || ewarn "Without java, several wizards are not going to be available."
 
        if has_version "<app-office/libreoffice-5.3.0[firebird]"; then
                ewarn "Firebird has been upgraded to version 3. It is unable to read back Firebird 2.5 data, so"
index 52c32f853b5871794cf85f7c745988bfe65c0f18..f0ca704cc851bb24efede586c9bca7a8370e109b 100644 (file)
@@ -265,8 +265,11 @@ _check_reqs() {
 }
 
 pkg_pretend() {
-       use java || \
-               ewarn "If you plan to use Base application you should enable java or you will get various crashes."
+       if ! use java && ! use firebird; then
+               ewarn "If you plan to use Base application you must enable either firebird or java."
+       fi
+
+       use java || ewarn "Without java, several wizards are not going to be available."
 
        if has_version "<app-office/libreoffice-5.3.0[firebird]"; then
                ewarn "Firebird has been upgraded to version 3. It is unable to read back Firebird 2.5 data, so"