diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 20:39:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 20:39:18 +0100 |
commit | 419a580ff4ffa72a4314a7befa0e64ceed21fa54 (patch) | |
tree | 55f72d7942930273461b795b0539759d89077edb /app-emulation/qemu | |
parent | dev-db/sqlite: ppc64 stable (bug #716748) (diff) | |
download | gentoo-419a580ff4ffa72a4314a7befa0e64ceed21fa54.tar.gz gentoo-419a580ff4ffa72a4314a7befa0e64ceed21fa54.tar.bz2 gentoo-419a580ff4ffa72a4314a7befa0e64ceed21fa54.zip |
app-emulation/qemu: enable USE=slirp by default
Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/733098
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-5.0.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-5.0.0-r2.ebuild b/app-emulation/qemu/qemu-5.0.0-r2.ebuild index 745a99669b8e..a9c5b08ded60 100644 --- a/app-emulation/qemu/qemu-5.0.0-r2.ebuild +++ b/app-emulation/qemu/qemu-5.0.0-r2.ebuild @@ -37,7 +37,7 @@ IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug doc jemalloc +jpeg kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +oss +pin-upstream-blobs plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux - slirp + +slirp smartcard snappy spice ssh static static-user systemtap tci test usb usbredir vde +vhost-net vhost-user-fs virgl virtfs +vnc vte xattr xen xfs +xkb zstd" diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index f568bdfec832..58c27a8416e7 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -37,7 +37,7 @@ IUSE="accessibility +aio alsa bzip2 capstone +caps +curl debug doc jemalloc +jpeg kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +oss +pin-upstream-blobs plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux - slirp + +slirp smartcard snappy spice ssh static static-user systemtap tci test usb usbredir vde +vhost-net vhost-user-fs virgl virtfs +vnc vte xattr xen xfs +xkb zstd" |