commit:     400e017bd8776bb70c2e051ea85c50df74c9fdae
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 19:08:27 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 19:39:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400e017b

app-emulation/qemu: sync target list in live ebuild

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/qemu/qemu-9999.ebuild | 57 +++++++++++++++++++++++++++++++------
 1 file changed, 49 insertions(+), 8 deletions(-)

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index 8fdcc724a76..a304ad9fa12 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -43,14 +43,55 @@ IUSE="accessibility +aio alsa bzip2 capstone +caps +curl 
debug +doc
        usbredir vde +vhost-net vhost-user-fs virgl virtfs +vnc vte xattr xen
        xfs zstd"
 
-COMMON_TARGETS="aarch64 alpha arm cris hppa i386 m68k microblaze microblazeel
-       mips mips64 mips64el mipsel nios2 or1k ppc ppc64 riscv32 riscv64 s390x
-       sh4 sh4eb sparc sparc64 x86_64 xtensa xtensaeb"
-IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS}
-       avr lm32 moxie rx tricore unicore32"
-IUSE_USER_TARGETS="${COMMON_TARGETS}
-       aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus
-       tilegx"
+COMMON_TARGETS="
+       aarch64
+       alpha
+       arm
+       cris
+       hppa
+       i386
+       m68k
+       microblaze
+       microblazeel
+       mips
+       mips64
+       mips64el
+       mipsel
+       nios2
+       or1k
+       ppc
+       ppc64
+       riscv32
+       riscv64
+       s390x
+       sh4
+       sh4eb
+       sparc
+       sparc64
+       x86_64
+       xtensa
+       xtensaeb
+"
+IUSE_SOFTMMU_TARGETS="
+       ${COMMON_TARGETS}
+       avr
+       lm32
+       moxie
+       rx
+       tricore
+       unicore32
+"
+IUSE_USER_TARGETS="
+       ${COMMON_TARGETS}
+       aarch64_be
+       armeb
+       hexagon
+       mipsn32
+       mipsn32el
+       ppc64abi32
+       ppc64le
+       sparc32plus
+"
 
 use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' 
${IUSE_SOFTMMU_TARGETS})
 use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})

Reply via email to