Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Wed, 26 Sep 2018 15:32:51
Message-Id: 1537975955.965cceffb90eafca9625493f9dde9d2bc2953efb.tamiko@gentoo
1 commit: 965cceffb90eafca9625493f9dde9d2bc2953efb
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Wed Sep 26 14:38:00 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 26 15:32:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965cceff
7
8 app-emulation/qemu-9999: Sync softmmu targets
9
10 Qemu dropped ppcemb target in
11 a69dc537cc1a6d3c3cb35d30197ed45914a150c3.
12
13 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
14 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
15
16 app-emulation/qemu/qemu-9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
20 index 8f95e3f2a6e..833c2349a4c 100644
21 --- a/app-emulation/qemu/qemu-9999.ebuild
22 +++ b/app-emulation/qemu/qemu-9999.ebuild
23 @@ -38,7 +38,7 @@ COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel
24 mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x
25 sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb"
26 IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS}
27 - lm32 moxie ppcemb tricore unicore32"
28 + lm32 moxie tricore unicore32"
29 IUSE_USER_TARGETS="${COMMON_TARGETS}
30 aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus
31 tilegx"