Gentoo Archives: gentoo-dev

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

Replies