pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/lobtui



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

Modified Files:
        pkgsrc/news/lobtui: Makefile

Log Message:
news/lobtui: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/lobtui/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/lobtui/Makefile
diff -u pkgsrc/news/lobtui/Makefile:1.1 pkgsrc/news/lobtui/Makefile:1.2
--- pkgsrc/news/lobtui/Makefile:1.1     Thu Sep  5 10:46:11 2024
+++ pkgsrc/news/lobtui/Makefile Wed Apr  2 11:06:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/09/05 10:46:11 pin Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/02 11:06:02 pin Exp $
 
 DISTNAME=      lobtui-0.3
 CATEGORIES=    news
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/pythops/lob
 COMMENT=       TUI for lobste.rs
 LICENSE=       gnu-gpl-v3
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.79.0



Home | Main Index | Thread Index | Old Index