summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2016-09-20 11:44:08 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2016-09-20 11:44:08 +0300
commit96241869582e98f9a1dd8918c3dc59e377ea751c (patch)
tree9d9d962ee22ecdb303b4193809876183457e4d5f /app-emulation
parentb6f1f3c6c18b3286e0df027f3d1902931a1b09f0 (diff)
qemu: added doc use flag
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-scm.ebuild4
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)
)