From 17d9b329e8b2356b0e8f8a50cd4f42c7565e9e7a Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sun, 7 Jul 2019 18:46:03 +0200
Subject: [PATCH] app-office/libreoffice-bin-debug: EAPI-7

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 .../libreoffice-bin-debug-6.2.5.2.ebuild                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.5.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.5.2.ebuild
index 435287d3932b..82776e8e316a 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.5.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.5.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 BASE_PACKAGENAME="debug"
 BASE_AMD64_URI="https://tamiko.kyomu.43-1.org/distfiles/amd64-${BASE_PACKAGENAME}-"
@@ -67,7 +67,7 @@ src_unpack() {
 	use gnome && patchname="-gnome"
 	use java && patchname="${patchname}-java"
 
-	if [ -n "${patchname}" ]; then
+	if [[ -n "${patchname}" ]]; then
 		einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
 		xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die
 		mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
-- 
2.26.2