git: 1c89f89ef6f8 - main - devel/stringzilla: Not for i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 31 Oct 2024 20:34:06 UTC
The branch main has been updated by yuri:

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

commit 1c89f89ef6f8622e8f9476b6c81fecb6f7dc7008
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-31 19:58:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-31 20:34:03 +0000

    devel/stringzilla: Not for i386
    
    Reported by:    fallout
---
 devel/stringzilla/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/stringzilla/Makefile b/devel/stringzilla/Makefile
index b1d32fd0574c..5969fe551815 100644
--- a/devel/stringzilla/Makefile
+++ b/devel/stringzilla/Makefile
@@ -12,7 +12,7 @@ WWW=		https://ashvardanian.com/posts/stringzilla/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64
 
 USES=		cmake
 USE_LDCONFIG=	yes