commit: 17d9b329e8b2356b0e8f8a50cd4f42c7565e9e7a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 7 16:46:03 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 7 16:46:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d9b329
app-office/libreoffice-bin-debug: EAPI-7 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libreoffice-bin-debug/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 435287d3932..82776e8e316 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