git: abe7099d19fb - main - shells/nushell: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 26 Apr 2025 19:03:20 UTC
The branch main has been updated by yuri:

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

commit abe7099d19fb33db0f4d54a1e37a7a2a6219b716
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-04-26 18:29:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-04-26 19:03:14 +0000

    shells/nushell: Broken on armv7
    
    Reported by:    fallout
---
 shells/nushell/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index ba731dd576f0..c80b1a84831f 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -11,8 +11,9 @@ WWW=		https://www.nushell.sh/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cargo localbase ssl
+BROKEN_armv7=	compilation fails, see https://github.com/rust-lang/rust/issues/140343
 
+USES=		cargo localbase ssl
 USE_GITHUB=	yes
 
 CARGO_CRATES=	addr2line-0.24.2 \