pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/tuifeed



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:06:37 UTC 2025

Modified Files:
        pkgsrc/news/tuifeed: Makefile

Log Message:
news/tuifeed: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/news/tuifeed/Makefile

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

Modified files:

Index: pkgsrc/news/tuifeed/Makefile
diff -u pkgsrc/news/tuifeed/Makefile:1.7 pkgsrc/news/tuifeed/Makefile:1.8
--- pkgsrc/news/tuifeed/Makefile:1.7    Thu Mar 27 10:08:01 2025
+++ pkgsrc/news/tuifeed/Makefile        Wed Apr  2 11:06:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/03/27 10:08:01 pin Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/02 11:06:37 pin Exp $
 
 DISTNAME=      tuifeed-0.3.2
 # 0.4.1 requires Rust >= 1.85
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/veeso/tuife
 COMMENT=       Terminal feed reader with a fancy ui
 LICENSE=       mit
 
+# 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