git: 546ae89fe34b - main - biology/star: Set NOT_FOR_ARCHS to all 32-bit processors

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Sat, 22 Jul 2023 21:00:26 UTC
The branch main has been updated by jwb:

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

commit 546ae89fe34b974dc5aea8ceb28a6ab371adbf9f
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-07-22 20:59:59 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-07-22 20:59:59 +0000

    biology/star: Set NOT_FOR_ARCHS to all 32-bit processors
---
 biology/star/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biology/star/Makefile b/biology/star/Makefile
index 07a68f031873..fc32ddebc58b 100644
--- a/biology/star/Makefile
+++ b/biology/star/Makefile
@@ -10,8 +10,8 @@ WWW=		https://github.com/alexdobin/STAR
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/STAR-${DISTVERSION}/LICENSE
 
-NOT_FOR_ARCHS=	i386 powerpc
-NOT_FOR_ARCHS_REASON=Needs 16+ GiB RAM for typical eukaryotic genome
+NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc powerpcspe
+NOT_FOR_ARCHS_REASON=	Requires 64-bit processor
 .if !exists(/usr/include/omp.h)
 BROKEN=		requires OpenMP support that is missing on this architecture
 .endif