git: 16fb03c49946 - 2024Q1 - misc/dotenv-linter: Broken on powerpc64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 24 Jan 2024 09:42:48 UTC
The branch 2024Q1 has been updated by yuri:

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

commit 16fb03c49946c593fc50a2d1c0d96a9ee371e1b5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-24 09:38:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-24 09:42:43 +0000

    misc/dotenv-linter: Broken on powerpc64
    
    Reported by:    fallout
    
    (cherry picked from commit ee4e54c0a3517fbc589f9a27ce7d3c3863daef8c)
---
 misc/dotenv-linter/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile
index 2b9ed6f4a47d..7490da21e12c 100644
--- a/misc/dotenv-linter/Makefile
+++ b/misc/dotenv-linter/Makefile
@@ -8,11 +8,12 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Linter for .env files. Written in Rust
 WWW=		https://dotenv-linter.github.io
 
-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
-
 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