diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-12 20:22:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-12 20:39:32 +0100 |
commit | 53a463904a26b9b01ce461bacff58693320f6d8b (patch) | |
tree | e33bf125cbaf572d3459edc76d7881117c7e260c /app-emulation | |
parent | app-emulation/qemu: drop upstreamed firmware path patch (diff) | |
download | gentoo-53a463904a26b9b01ce461bacff58693320f6d8b.tar.gz gentoo-53a463904a26b9b01ce461bacff58693320f6d8b.tar.bz2 gentoo-53a463904a26b9b01ce461bacff58693320f6d8b.zip |
app-emulation/qemu: mark USE=virtfs as non-tools flag
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 9459f887f193..9e8be4658aef 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -537,7 +537,7 @@ qemu_src_configure() { $(conf_notuser vhost-user-fs) $(conf_tools vhost-user-fs virtiofsd) $(conf_notuser virgl virglrenderer) - $(conf_notuser virtfs) + $(conf_softmmu virtfs) $(conf_notuser vnc) $(conf_notuser vte) $(conf_notuser xen) |