git: 8718ca68883f - main - databases/keydb: not for 32 bit platforms

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Fri, 26 Jun 2026 12:09:49 UTC
The branch main has been updated by fuz:

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

commit 8718ca68883fd8a5cbad0e7a8a1e4eb7f0a9ba85
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-25 07:49:14 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-26 12:07:57 +0000

    databases/keydb: not for 32 bit platforms
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2026Q2
---
 databases/keydb/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/keydb/Makefile b/databases/keydb/Makefile
index 849a80598480..f93f54065942 100644
--- a/databases/keydb/Makefile
+++ b/databases/keydb/Makefile
@@ -11,8 +11,8 @@ WWW=		https://docs.keydb.dev/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_i386=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
-BROKEN_powerpc=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
+NOT_FOR_ARCHS=	armv7 i386 powerpc
+NOT_FOR_ARCHS_REASON=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
 
 LIB_DEPENDS=	libuuid.so:misc/libuuid \
 		liblz4.so:archivers/liblz4 \