pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/iamb



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:47:30 UTC 2025

Modified Files:
        pkgsrc/chat/iamb: Makefile

Log Message:
chat/iamb: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/iamb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/iamb/Makefile
diff -u pkgsrc/chat/iamb/Makefile:1.5 pkgsrc/chat/iamb/Makefile:1.6
--- pkgsrc/chat/iamb/Makefile:1.5       Thu Aug 22 12:14:51 2024
+++ pkgsrc/chat/iamb/Makefile   Wed Apr  2 10:47:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/08/22 12:14:51 pin Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/02 10:47:30 pin Exp $
 
 DISTNAME=      iamb-0.0.10
 CATEGORIES=    chat
@@ -10,6 +10,9 @@ HOMEPAGE=     https://iamb.chat/
 COMMENT=       Matrix client for Vim addicts
 LICENSE=       apache-2.0
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 RUST_REQ=      1.70.0



Home | Main Index | Thread Index | Old Index