From 92e314fa0154f490edf2fb27f693a23ba562220e Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Mon, 23 Aug 2021 08:29:44 -0400 Subject: repoman appeasements --- app-arch/7-zip/7-zip-21.03_beta-r1.ebuild | 2 +- x11-apps/sx/sx-2.1.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild b/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild index e5a64ec..295b6de 100644 --- a/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild +++ b/app-arch/7-zip/7-zip-21.03_beta-r1.ebuild @@ -28,7 +28,7 @@ src_unpack() { if command -v 7z >/dev/null 2>&1; then 7z x "${DISTDIR}/7z${MY_PV}-src.7z" -o"$S" || die elif command -v bsdtar >/dev/null 2>&1; then - mkdir $S || die + mkdir "$S" || die bsdtar -C "$S" -xf "${DISTDIR}/7z${MY_PV}-src.7z" || die elif command -v unar >/dev/null 2>&1; then unar -d "$S" "${DISTDIR}/7z${MY_PV}-src.7z" || die diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild index 4cbbdb3..abe083b 100644 --- a/x11-apps/sx/sx-2.1.7.ebuild +++ b/x11-apps/sx/sx-2.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -- cgit v1.2.3