summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2022-01-12 02:31:54 -0600
committerMatthias Maier <tamiko@gentoo.org>2022-01-12 02:38:48 -0600
commitff74b177a7355f83d0356c8853703959d8a9d470 (patch)
tree205dd3a452a73c728b84503d79a5b4dfb005c6d4 /app-emulation/qemu
parentdev-python/nuitka: Bump to 0.6.19.1 (diff)
downloadgentoo-ff74b177a7355f83d0356c8853703959d8a9d470.tar.gz
gentoo-ff74b177a7355f83d0356c8853703959d8a9d470.tar.bz2
gentoo-ff74b177a7355f83d0356c8853703959d8a9d470.zip
app-emulation/qemu: fix build for USE=-caps
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch b/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch
index b6af46552fe5..af220802069c 100644
--- a/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch
+++ b/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch
@@ -23,7 +23,9 @@ index fbe856700..d6918b04c 100644
libcap_ng.found())
-have_virtfs_proxy_helper = have_virtfs and have_tools
-+have_virtfs_proxy_helper = have_tools
++have_virtfs_proxy_helper = have_tools and libcap_ng.found()
+
+
if get_option('virtfs').enabled()
if not have_virtfs