git: c869de750264 - main - emulators/qemu-devel: IGNORE on powerpc64le

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 03 Jan 2024 05:28:12 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c869de750264d1f73f75cd6e1056a811675077dd

commit c869de750264d1f73f75cd6e1056a811675077dd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-03 04:23:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 05:27:54 +0000

    emulators/qemu-devel: IGNORE on powerpc64le
    
    Fails to build with:
    fatal error: 'asm/cputable.h' file not found
    
    Reported by:    portsfallout
---
 emulators/qemu-devel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 7ba7fbcb6e24..f27fe4e1ed43 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -10,7 +10,8 @@ WWW=		https://www.qemu.org/
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64
+# Fails to build on powerpc64le
 
 BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx \
 		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \