From 64427d3372c8975a015875526ad546447c64bd48 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 28 Oct 2024 13:27:11 +0100 Subject: app-emulation/qemu: Update list of TARGETS in live ebuild Firstly, in its upstream commit [1], QEMU removed CRIS target as it was deprecated since 9.0. Then, in commit [2] sh4eb-sotfmmu target was removed, leaving us with sh4eb-user target only. Therefore, drop 'cris' from the list of targets completely, and move 'sh4eb' from COMMON_TARGETS to IUSE_USER_TARGETS. 1: https://gitlab.com/qemu-project/qemu/-/commit/01d01edc9fc4623e93118bc8cb8c69a46d707026 2: https://gitlab.com/qemu-project/qemu/-/commit/73ceb12960e686b763415f0880cc5171ccce01cf Signed-off-by: Michal Privoznik Signed-off-by: Sam James --- app-emulation/qemu/qemu-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 41f8903faa11..fcb7ef7c9a8d 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -73,7 +73,6 @@ COMMON_TARGETS=" aarch64 alpha arm - cris hppa i386 loongarch64 @@ -91,7 +90,6 @@ COMMON_TARGETS=" riscv64 s390x sh4 - sh4eb sparc sparc64 x86_64 @@ -112,6 +110,7 @@ IUSE_USER_TARGETS=" mipsn32 mipsn32el ppc64le + sh4eb sparc32plus " -- cgit v1.2.3-65-gdbad