Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/files/
Date: Wed, 12 Jan 2022 08:38:54
Message-Id: 1641976728.ff74b177a7355f83d0356c8853703959d8a9d470.tamiko@gentoo
1 commit: ff74b177a7355f83d0356c8853703959d8a9d470
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 12 08:31:54 2022 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 08:38:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff74b177
7
8 app-emulation/qemu: fix build for USE=-caps
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 .../qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 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
17 index b6af46552fe5..af220802069c 100644
18 --- a/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch
19 +++ b/app-emulation/qemu/files/qemu-6.2.0-also-build-virtfs-proxy-helper.patch
20 @@ -23,7 +23,9 @@ index fbe856700..d6918b04c 100644
21 libcap_ng.found())
22
23 -have_virtfs_proxy_helper = have_virtfs and have_tools
24 -+have_virtfs_proxy_helper = have_tools
25 ++have_virtfs_proxy_helper = have_tools and libcap_ng.found()
26 +
27 +
28
29 if get_option('virtfs').enabled()
30 if not have_virtfs