From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 902F9138334 for ; Wed, 26 Sep 2018 15:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A22E0934; Wed, 26 Sep 2018 15:33:21 +0000 (UTC) Received: from tsukuyomi.43-1.org (tsukuyomi.43-1.org [188.40.248.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A912E0831 for ; Wed, 26 Sep 2018 15:33:21 +0000 (UTC) From: Matthias Maier To: Michal Privoznik Cc: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: [PATCH] app-emulation/qemu-9999: Sync softmmu targets In-Reply-To: (Michal Privoznik's message of "Wed, 26 Sep 2018 16:38:00 +0200") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Date: Wed, 26 Sep 2018 10:33:16 -0500 Message-ID: <87va6ss283.fsf@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: f93f47fa-13cb-48f2-979c-445eb98da950 X-Archives-Hash: d31a6b51efd0388edd29ccb8337f6c00 Pushed, thanks! On Wed, Sep 26, 2018, at 09:38 CDT, Michal Privoznik wrote: > Qemu dropped ppcemb target in > a69dc537cc1a6d3c3cb35d30197ed45914a150c3. > > Signed-off-by: Michal Privoznik > --- > app-emulation/qemu/qemu-9999.ebuild | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild > index 8f95e3f2a6e..833c2349a4c 100644 > --- a/app-emulation/qemu/qemu-9999.ebuild > +++ b/app-emulation/qemu/qemu-9999.ebuild > @@ -38,7 +38,7 @@ 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} > - lm32 moxie ppcemb tricore unicore32" > + lm32 moxie tricore unicore32" > IUSE_USER_TARGETS="${COMMON_TARGETS} > aarch64_be armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus > tilegx"