summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-07-05 13:25:02 -0400
committerMike Gilbert <floppym@gentoo.org>2024-07-05 13:25:02 -0400
commit888010df4385e63fb5c53791c22651f0ba1e539e (patch)
tree539e103ce79c1b6b7739309ff6b90596a78bbb15 /sys-apps
parentmedia-radio/tqsl: add 2.7.3 (diff)
downloadgentoo-888010df4385e63fb5c53791c22651f0ba1e539e.tar.gz
gentoo-888010df4385e63fb5c53791c22651f0ba1e539e.tar.bz2
gentoo-888010df4385e63fb5c53791c22651f0ba1e539e.zip
sys-apps/systemd: vmspawn does not support loong and riscv in v256
Closes: https://bugs.gentoo.org/935565 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/systemd-256.1-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-256.1-r3.ebuild b/sys-apps/systemd/systemd-256.1-r3.ebuild
index 8c37a752ba7f..c1f38f783681 100644
--- a/sys-apps/systemd/systemd-256.1-r3.ebuild
+++ b/sys-apps/systemd/systemd-256.1-r3.ebuild
@@ -371,7 +371,7 @@ multilib_src_configure() {
)
case $(tc-arch) in
- amd64|arm|arm64|loong|ppc|ppc64|riscv|s390|x86)
+ amd64|arm|arm64|ppc|ppc64|s390|x86)
# src/vmspawn/vmspawn-util.h: QEMU_MACHINE_TYPE
myconf+=( $(meson_native_enabled vmspawn) ) ;;
*)