git: 113a37b9744f - main - misc/dotenv-linter: unbreak on powerpc64*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 20 Jan 2026 21:16:10 UTC
The branch main has been updated by pkubaj:

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

commit 113a37b9744f654046aacdf2b6131f2377288912
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-01-20 15:12:33 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-01-20 21:16:05 +0000

    misc/dotenv-linter: unbreak on powerpc64*
---
 misc/dotenv-linter/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile
index 340df77f7049..f926c084a7ac 100644
--- a/misc/dotenv-linter/Makefile
+++ b/misc/dotenv-linter/Makefile
@@ -12,9 +12,6 @@ WWW=		https://dotenv-linter.github.io \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/dotenv-linter/dotenv-linter/issues/742
-BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/dotenv-linter/dotenv-linter/issues/742
-
 USES=		cargo
 
 USE_GITHUB=	yes