1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

misc/dotenv-linter: Broken on powerpc64

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-01-24 01:38:49 -08:00
parent d7c24e0f57
commit ee4e54c0a3

View File

@ -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