diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-scm.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-scm.ebuild b/app-emulation/qemu/qemu-scm.ebuild index de14704..727c802 100644 --- a/app-emulation/qemu/qemu-scm.ebuild +++ b/app-emulation/qemu/qemu-scm.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org" LICENSE="GPL-2 LGPL-2 BSD-2" SLOT="0" -IUSE="accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \ +IUSE="accessibility +aio alsa bluetooth +caps +curl debug doc +fdt glusterfs \ gtk infiniband iscsi +jpeg \ kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa +pin-upstream-blobs +png pulseaudio python \ @@ -296,7 +296,7 @@ qemu_src_configure() { --host-cc="$(tc-getBUILD_CC)" $(use_enable debug debug-info) $(use_enable debug debug-tcg) - --enable-docs + $(use_enable doc docs) $(use_enable tci tcg-interpreter) $(use_enable xattr attr) ) |