diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-07 18:46:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-07 18:46:03 +0200 |
commit | 17d9b329e8b2356b0e8f8a50cd4f42c7565e9e7a (patch) | |
tree | 25793ef46181ee3a877127bcad036269ff3f307b /app-office/libreoffice-bin-debug | |
parent | app-office/libreoffice-bin: EAPI-7, drop gnome2-utils, pax-utils (diff) | |
download | gentoo-17d9b329e8b2356b0e8f8a50cd4f42c7565e9e7a.tar.gz gentoo-17d9b329e8b2356b0e8f8a50cd4f42c7565e9e7a.tar.bz2 gentoo-17d9b329e8b2356b0e8f8a50cd4f42c7565e9e7a.zip |
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>
Diffstat (limited to 'app-office/libreoffice-bin-debug')
-rw-r--r-- | app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.5.2.ebuild | 4 |
1 files 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 |