pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/angle-grinder



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:12:40 UTC 2025

Modified Files:
        pkgsrc/textproc/angle-grinder: Makefile

Log Message:
textproc/angle-grinder: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/angle-grinder/Makefile

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

Modified files:

Index: pkgsrc/textproc/angle-grinder/Makefile
diff -u pkgsrc/textproc/angle-grinder/Makefile:1.7 pkgsrc/textproc/angle-grinder/Makefile:1.8
--- pkgsrc/textproc/angle-grinder/Makefile:1.7  Mon Feb 24 12:18:09 2025
+++ pkgsrc/textproc/angle-grinder/Makefile      Wed Apr  2 11:12:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/02/24 12:18:09 pin Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/02 11:12:40 pin Exp $
 
 DISTNAME=      angle-grinder-0.19.4
 CATEGORIES=    textproc
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/rcoh/angle-
 COMMENT=       Slice and dice logs on the command line
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=                c c++



Home | Main Index | Thread Index | Old Index