Gentoo Archives: gentoo-dev

From: Matthias Maier <tamiko@g.o>
To: Michal Privoznik <mprivozn@××××××.com>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH] app-emulation/qemu-9999: Sync softmmu targets
Date: Wed, 26 Sep 2018 15:33:25
Message-Id: 87va6ss283.fsf@gentoo.org
In Reply to: [gentoo-dev] [PATCH] app-emulation/qemu-9999: Sync softmmu targets by Michal Privoznik
1 Pushed, thanks!
2
3 On Wed, Sep 26, 2018, at 09:38 CDT, Michal Privoznik <mprivozn@××××××.com> wrote:
4
5 > Qemu dropped ppcemb target in
6 > a69dc537cc1a6d3c3cb35d30197ed45914a150c3.
7 >
8 > Signed-off-by: Michal Privoznik <mprivozn@××××××.com>
9 > ---
10 > app-emulation/qemu/qemu-9999.ebuild | 2 +-
11 > 1 file changed, 1 insertion(+), 1 deletion(-)
12 >
13 > diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
14 > index 8f95e3f2a6e..833c2349a4c 100644
15 > --- a/app-emulation/qemu/qemu-9999.ebuild
16 > +++ b/app-emulation/qemu/qemu-9999.ebuild
17 > @@ -38,7 +38,7 @@ COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel
18 > mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x
19 > sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb"
20 > IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS}
21 > - lm32 moxie ppcemb tricore unicore32"
22 > + lm32 moxie tricore unicore32"
23 > IUSE_USER_TARGETS="${COMMON_TARGETS}
24 > aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus
25 > tilegx"