git: e39bdbc3e950 - 2024Q1 - biology/metaeuk: Add to NOT_FOR_ARCHS, and correct BROKENxx lines

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 04:11:16 UTC
The branch 2024Q1 has been updated by yuri:

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

commit e39bdbc3e9508de30c7e0d2a34c6dade83bb331e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 04:10:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 04:11:11 +0000

    biology/metaeuk: Add to NOT_FOR_ARCHS, and correct BROKENxx lines
    
    (cherry picked from commit d4f38349e30f8c7bcf721f440e2895ddc83309da)
---
 biology/metaeuk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile
index 4d042a27f4b7..86e2d6b98b04 100644
--- a/biology/metaeuk/Makefile
+++ b/biology/metaeuk/Makefile
@@ -12,7 +12,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENCE.md
 
 NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc # 32-bit platforms produce wrong results based on https://github.com/soedinglab/metaeuk/issues/85#issuecomment-1888379107
-BROKEN_powerpc64=	clang fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268
+NOT_FOR_ARCHS+=	powerpc64 # many modules produce wrong results on big-endian architectures
+BROKEN_powerpc64le=	clang fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268
 
 BUILD_DEPENDS=	xxd:editors/vim
 TEST_DEPENDS=	bash:shells/bash