emulators/qemu7: BROKEN on powerpc64le

At the moment the port does not build on powerpc64le. I do not have any
hardware to test this. If someone has the hardware to test and fix
please do so.
This commit is contained in:
Muhammad Moinur Rahman 2024-01-02 19:24:26 +01:00
parent d6905f9195
commit 9cc77c580d

View file

@ -11,7 +11,8 @@ WWW= https://www.qemu.org/
LICENSE= GPLv2
.if ${FLAVOR:U} != tools
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64
# At the moment it broken on powerpc64le
# We need to check if it build with other ARCHS
.endif