mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-emulation/guestfs-tools: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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[@]}"
|
||||
|
||||
Reference in New Issue
Block a user