git: 72a26fca7b35 - main - databases/tarantool: Sort NOT_FOR_ARCHS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 03:54:34 UTC
The branch main has been updated by sunpoet:

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

commit 72a26fca7b35badd5091a4803548e80d24998b2e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-04 03:48:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-04 03:48:19 +0000

    databases/tarantool: Sort NOT_FOR_ARCHS
    
    Approved by:    portmgr (blanket)
---
 databases/tarantool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 327792dea786..ee459c998b8d 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz
 BROKEN_riscv64=		fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz
-NOT_FOR_ARCHS=		armv6 powerpc64 sparc64 i386
+NOT_FOR_ARCHS=		armv6 i386 powerpc64 sparc64
 NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
 
 BUILD_DEPENDS=	gsed:textproc/gsed \