git: fccc0070c83d - main - shells/atuin: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 07:23:21 UTC
The branch main has been updated by yuri:

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

commit fccc0070c83d116ee8a91a1beb5067ab9a1e3d5c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:23:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:23:00 +0000

    shells/atuin: Broken on powerpc64le
    
    Reported by:    fallout
---
 shells/atuin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile
index 1852e92803f7..0d4415a03dfb 100644
--- a/shells/atuin/Makefile
+++ b/shells/atuin/Makefile
@@ -11,6 +11,8 @@ WWW=		https://atuin.sh
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/atuinsh/atuin/issues/1569
+
 USES=		cargo
 
 USE_GITHUB=	yes