git: 542634bd821d - main - emulators/qemu-devel: Unbreak on powerpc64le

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

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

commit 542634bd821dfa2212d76a7e8fb93cb639287afe
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-03 17:50:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 17:52:19 +0000

    emulators/qemu-devel: Unbreak on powerpc64le
    
    Although it fails to build on the quarterly but it build fine on HEAD
    so add back to build.
    
    Reported by:    pkubaj
---
 emulators/qemu-devel/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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