commit: 5cb04de8ab80e76a570ed7deed028d9c0068f3d9
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 02:34:24 2023 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 02:36:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb04de8
app-containers/buildah: Fix ExcessiveLineLength
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-containers/buildah/buildah-1.32.1.ebuild | 3 ++-
app-containers/buildah/buildah-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-containers/buildah/buildah-1.32.1.ebuild
b/app-containers/buildah/buildah-1.32.1.ebuild
index 9840d035a36e..ffbc1878df1b 100644
--- a/app-containers/buildah/buildah-1.32.1.ebuild
+++ b/app-containers/buildah/buildah-1.32.1.ebuild
@@ -59,7 +59,8 @@ src_prepare() {
# ensure all necessary files are there
local file
- for file in docs/Makefile hack/libsubid_tag.sh hack/apparmor_tag.sh
hack/systemd_tag.sh btrfs_installed_tag.sh btrfs_tag.sh; do
+ for file in docs/Makefile hack/libsubid_tag.sh hack/apparmor_tag.sh \
+ hack/systemd_tag.sh btrfs_installed_tag.sh btrfs_tag.sh; do
[[ -f "${file}" ]] || die
done
diff --git a/app-containers/buildah/buildah-9999.ebuild
b/app-containers/buildah/buildah-9999.ebuild
index eb761d5bc896..4c03a24b3508 100644
--- a/app-containers/buildah/buildah-9999.ebuild
+++ b/app-containers/buildah/buildah-9999.ebuild
@@ -56,7 +56,8 @@ src_prepare() {
# ensure all necessary files are there
local file
- for file in docs/Makefile hack/libsubid_tag.sh hack/apparmor_tag.sh
hack/systemd_tag.sh btrfs_installed_tag.sh btrfs_tag.sh; do
+ for file in docs/Makefile hack/libsubid_tag.sh hack/apparmor_tag.sh \
+ hack/systemd_tag.sh btrfs_installed_tag.sh btrfs_tag.sh; do
[[ -f "${file}" ]] || die
done