summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-28 13:09:44 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-28 13:09:44 -0500
commit6a01cd3535e4418164e49fc59ea2aa7cde98860e (patch)
treea66ef854cd6233efca62b3ba34b9fa934cfa45f4 /app-emulation
parentapp-editors/nano: version bump to 2.7.3 (diff)
downloadgentoo-6a01cd3535e4418164e49fc59ea2aa7cde98860e.tar.gz
gentoo-6a01cd3535e4418164e49fc59ea2aa7cde98860e.tar.bz2
gentoo-6a01cd3535e4418164e49fc59ea2aa7cde98860e.zip
app-emulation/qemu: drop unicore32 from user targets for now
Upstream has disabled this user target until it can be updated. Since that doesn't look like it'll happen soon, also drop it from the ebuild.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index a33eb05c08f2..48599905edd7 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -34,9 +34,9 @@ static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
virgl virtfs +vnc vte xattr xen xfs"
COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
-mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
+mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64
x86_64"
-IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa xtensaeb"
+IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore unicore32 xtensa xtensaeb"
IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})