diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-09-20 11:44:08 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-09-20 11:44:08 +0300 |
commit | 96241869582e98f9a1dd8918c3dc59e377ea751c (patch) | |
tree | 9d9d962ee22ecdb303b4193809876183457e4d5f /app-emulation | |
parent | b6f1f3c6c18b3286e0df027f3d1902931a1b09f0 (diff) |
qemu: added doc use flag
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) ) |