git: 171a21c0020a - main - misc/usd: Not for armv6, armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 31 Jul 2022 20:12:30 UTC
The branch main has been updated by yuri:

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

commit 171a21c0020a17f910d5911bdf4602677b5fa4ca
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-31 20:11:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-31 20:12:28 +0000

    misc/usd: Not for armv6, armv7
    
    Reported by:    fallout
---
 misc/usd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/usd/Makefile b/misc/usd/Makefile
index ba6d9e7342da..60f5abc0f33e 100644
--- a/misc/usd/Makefile
+++ b/misc/usd/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Universal Scene Description is a scene description management system
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NOT_FOR_ARCHS=	i386 # CMakeLists.txt fails for non-64-bit architectures
+NOT_FOR_ARCHS=	armv6 armv7 i386 # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds
 
 LIB_DEPENDS=	libtbb.so:devel/tbb