diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 20:24:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 20:24:21 +0000 |
commit | 89bd42f04001dfe739cc0b15d3d54b20704c4ce6 (patch) | |
tree | 3a12c897e7c17994dc50fb6a7fc28bd36f41def8 /app-emulation/libguestfs | |
parent | media-tv/v4l-utils: Version bump to 1.22.1, EAPI 8 (diff) | |
download | gentoo-89bd42f04001dfe739cc0b15d3d54b20704c4ce6.tar.gz gentoo-89bd42f04001dfe739cc0b15d3d54b20704c4ce6.tar.bz2 gentoo-89bd42f04001dfe739cc0b15d3d54b20704c4ce6.zip |
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>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.46.0-r1.ebuild | 7 |
1 files 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 9bf519a5910b..657c5c210588 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" |