git: 3950021ab155 - 2025Q1 - shells/nushell: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 19 Feb 2025 09:27:08 UTC
The branch 2025Q1 has been updated by yuri:

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

commit 3950021ab1559c27abf34596a9f9500153aae506
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-19 09:26:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-19 09:26:53 +0000

    shells/nushell: Broken on armv7
---
 shells/nushell/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index 121b8c060383..ca70ed4d7bf8 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.nushell.sh/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_15_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712
+BROKEN_armv7=	compilation fails
 BROKEN_aarch64=	compilation fails, see https://github.com/nushell/nushell/issues/13194
 
 USES=		cargo localbase ssl