commit: 89bd42f04001dfe739cc0b15d3d54b20704c4ce6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 24 20:24:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 24 20:24:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bd42f0
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 <AT> gentoo.org> app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild index 9bf519a5910..657c5c21058 100644 --- a/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild @@ -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"
