diff options
Diffstat (limited to 'app-emulation/qemu/qemu-6.2.0.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-6.2.0.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-emulation/qemu/qemu-6.2.0.ebuild b/app-emulation/qemu/qemu-6.2.0.ebuild index bfc38240e3a6..e1452c11e493 100644 --- a/app-emulation/qemu/qemu-6.2.0.ebuild +++ b/app-emulation/qemu/qemu-6.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ SLOT="0" IUSE="accessibility +aio alsa bpf bzip2 capstone +caps +curl debug +doc +fdt fuse glusterfs gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg kernel_linux - kernel_FreeBSD lzo multipath + lzo multipath ncurses nfs nls numa opengl +oss +pin-upstream-blobs plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp @@ -637,11 +637,6 @@ qemu_src_configure() { echo "../configure ${conf_opts[*]}" cd "${builddir}" ../configure "${conf_opts[@]}" || die "configure failed" - - # FreeBSD's kernel does not support QEMU assigning/grabbing - # host USB devices yet - use kernel_FreeBSD && \ - sed -i -E -e "s|^(HOST_USB=)bsd|\1stub|" "${S}"/config-host.mak } src_configure() { |