Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Wed, 28 Dec 2016 18:10:37
Message-Id: 1482948584.6a01cd3535e4418164e49fc59ea2aa7cde98860e.vapier@gentoo
1 commit: 6a01cd3535e4418164e49fc59ea2aa7cde98860e
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 18:09:44 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 18:09:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a01cd35
7
8 app-emulation/qemu: drop unicore32 from user targets for now
9
10 Upstream has disabled this user target until it can be updated. Since
11 that doesn't look like it'll happen soon, also drop it from the ebuild.
12
13 app-emulation/qemu/qemu-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
17 index a33eb05..4859990 100644
18 --- a/app-emulation/qemu/qemu-9999.ebuild
19 +++ b/app-emulation/qemu/qemu-9999.ebuild
20 @@ -34,9 +34,9 @@ static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
21 virgl virtfs +vnc vte xattr xen xfs"
22
23 COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
24 -mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
25 +mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64
26 x86_64"
27 -IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa xtensaeb"
28 +IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore unicore32 xtensa xtensaeb"
29 IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
30
31 use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})