app-emulation/libguestfs: fix build failure in 1.46.0

Restore patch from 1.44.x branch.

Closes: https://bugs.gentoo.org/820053
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-10-24 20:24:00 +00:00
parent 066042ef9d
commit 89bd42f040
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 4 additions and 3 deletions

View File

@ -116,9 +116,10 @@ BDEPEND="lua? ( ${LUA_DEPS} )"
DOCS=( AUTHORS BUGS ChangeLog HACKING README TODO )
#PATCHES=(
# "${FILESDIR}"/${MY_PV_1}/
#)
PATCHES=(
#"${FILESDIR}"/${MY_PV_1}/
"${FILESDIR}"/1.44/
)
pkg_setup() {
CONFIG_CHECK="~KVM ~VIRTIO"