commit:     64427d3372c8975a015875526ad546447c64bd48
Author:     Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Mon Oct 28 12:27:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 13:26:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64427d33

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 <michal.privoznik <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/qemu/qemu-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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
 "
 

Reply via email to