commit:     36a871e8cef9c6845c49ac350090f0540beb3c4a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 17:32:01 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 17:32:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a871e8

app-office/libreoffice: Add missing || ( )

Reported-by: jospezial <jospezial <AT> gmx.de>
Bug: https://bugs.gentoo.org/739134
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libreoffice/libreoffice-7.0.9999.ebuild | 4 ++--
 app-office/libreoffice/libreoffice-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-7.0.9999.ebuild 
b/app-office/libreoffice/libreoffice-7.0.9999.ebuild
index 772f603dd25..f19fdc74caa 100644
--- a/app-office/libreoffice/libreoffice-7.0.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-7.0.9999.ebuild
@@ -257,11 +257,11 @@ RDEPEND="${COMMON_DEPEND}
        !app-office/openoffice
        media-fonts/liberation-fonts
        || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools )
-       java? (
+       java? ( || (
                dev-java/openjdk:11
                dev-java/openjdk-jre-bin:11
                >=virtual/jre-1.8
-       )
+       ) )
        kde? ( kde-frameworks/breeze-icons:* )
 "
 if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then

diff --git a/app-office/libreoffice/libreoffice-9999.ebuild 
b/app-office/libreoffice/libreoffice-9999.ebuild
index 8f43fa5e8eb..267f4abfb6a 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -257,11 +257,11 @@ RDEPEND="${COMMON_DEPEND}
        !app-office/openoffice
        media-fonts/liberation-fonts
        || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools )
-       java? (
+       java? ( || (
                dev-java/openjdk:11
                dev-java/openjdk-jre-bin:11
                >=virtual/jre-1.8
-       )
+       ) )
        kde? ( kde-frameworks/breeze-icons:* )
 "
 if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then

Reply via email to