diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-02-04 09:08:31 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-02-04 09:08:31 +0300 |
commit | 611aaaa36c2a47c0617ec92590e5b122eef44000 (patch) | |
tree | 26602495054c1e1a70110b854473bc27d6fa8289 | |
parent | a36ba01282db267ea8c67d798806321e25bd5808 (diff) |
qemu: build fix
-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 0b1955c..1386038 100644 --- a/app-emulation/qemu/qemu-scm.ebuild +++ b/app-emulation/qemu/qemu-scm.ebuild @@ -30,11 +30,11 @@ rbd sasl +seccomp sdl sdl2 selinux smartcard snappy spice ssh static static-soft static-user systemtap tci test +threads usb usbredir vde +vhost-net \ virgl virtfs +vnc vte xattr xen xfs" -COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips +COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel mips mips64 mips64el mipsel nios2 or1k ppc ppc64 s390x sh4 sh4eb sparc sparc64 x86_64" IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa xtensaeb unicore32" -IUSE_USER_TARGETS="${COMMON_TARGETS} aarch64_be armeb hppa mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx" +IUSE_USER_TARGETS="${COMMON_TARGETS} aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx" use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) |