app-emulation/guestfs-tools: fix whitespace

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-05 20:13:53 +01:00
parent 55c7b0abcb
commit d36068eb66

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -85,7 +85,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}/${PN}-1.54.0-bash-Remove-vestigial-bash-completions.patch"
"${FILESDIR}/${PN}-1.52.3-guestfs-bash-completion.m4-more-control.patch"
"${FILESDIR}/${PN}-1.52.3-guestfs-bash-completion.m4-more-control.patch"
)
src_prepare() {
@@ -106,8 +106,8 @@ src_configure() {
$(use_enable ocaml)
$(use_enable perl)
$(use_with libvirt)
--with-bash-completion
--with-bash-completion-dir="$(get_bashcompdir)"
--with-bash-completion
--with-bash-completion-dir="$(get_bashcompdir)"
)
econf "${myconf[@]}"