pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/katbin-cli



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 10:57:04 UTC 2025

Modified Files:
        pkgsrc/misc/katbin-cli: Makefile

Log Message:
misc/katbin-cli: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/katbin-cli/Makefile

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

Modified files:

Index: pkgsrc/misc/katbin-cli/Makefile
diff -u pkgsrc/misc/katbin-cli/Makefile:1.4 pkgsrc/misc/katbin-cli/Makefile:1.5
--- pkgsrc/misc/katbin-cli/Makefile:1.4 Tue Apr 18 08:47:00 2023
+++ pkgsrc/misc/katbin-cli/Makefile     Wed Apr  2 10:57:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/04/18 08:47:00 pin Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/02 10:57:04 pin Exp $
 
 DISTNAME=      katbin-cli-1.3.15
 CATEGORIES=    misc
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/sphericalka
 COMMENT=       CLI for katbin
 LICENSE=       mit OR apache-2.0
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index