git: ae9e6c6573de - main - net-im/conduit: unbreak on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:57:57 UTC
The branch main has been updated by pkubaj:

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

commit ae9e6c6573dee5369e6fe9a96bb3948e2964da1b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-23 21:20:35 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:32 +0000

    net-im/conduit: unbreak on powerpc64le
---
 net-im/conduit/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile
index 1d57863f82c6..023dee83d4da 100644
--- a/net-im/conduit/Makefile
+++ b/net-im/conduit/Makefile
@@ -12,7 +12,6 @@ WWW=		https://conduit.rs/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://gitlab.com/famedly/conduit/-/issues/416
 BROKEN_i386=	fails to build
 
 BUILD_DEPENDS=	${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}