summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Privoznik <michal.privoznik@gmail.com>2024-10-28 13:27:11 +0100
committerSam James <sam@gentoo.org>2024-10-28 13:26:09 +0000
commit64427d3372c8975a015875526ad546447c64bd48 (patch)
tree694ae8c3d105d3d77bfd188e392379d2e383537b /app-emulation
parentsys-apps/ethtool: add BDEPEND on pkgconfig (diff)
downloadgentoo-64427d3372c8975a015875526ad546447c64bd48.tar.gz
gentoo-64427d3372c8975a015875526ad546447c64bd48.tar.bz2
gentoo-64427d3372c8975a015875526ad546447c64bd48.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild3
1 files changed, 1 insertions, 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
"