summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-08-23 08:29:44 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-08-23 08:29:44 -0400
commit92e314fa0154f490edf2fb27f693a23ba562220e (patch)
tree5428352566bb00c2150c9b1ac30e1acf036b0a37
parent85559f220330efdd422ec2b91dd41795b969dee3 (diff)
downloadgentoo-overlay-92e314fa0154f490edf2fb27f693a23ba562220e.tar.xz
gentoo-overlay-92e314fa0154f490edf2fb27f693a23ba562220e.zip
repoman appeasements
-rw-r--r--app-arch/7-zip/7-zip-21.03_beta-r1.ebuild2
-rw-r--r--x11-apps/sx/sx-2.1.7.ebuild2
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