pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rust-kanban



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 13:25:33 UTC 2025

Modified Files:
        pkgsrc/misc/rust-kanban: Makefile

Log Message:
misc/rust-kanban: doesn't need sse2


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/rust-kanban/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/rust-kanban/Makefile
diff -u pkgsrc/misc/rust-kanban/Makefile:1.19 pkgsrc/misc/rust-kanban/Makefile:1.20
--- pkgsrc/misc/rust-kanban/Makefile:1.19       Fri Apr  4 20:08:12 2025
+++ pkgsrc/misc/rust-kanban/Makefile    Thu Apr 10 13:25:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/04/04 20:08:12 pin Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/10 13:25:32 pin Exp $
 
 DISTNAME=      rust-kanban-0.10.5
 CATEGORIES=    misc
@@ -11,9 +11,6 @@ HOMEPAGE=     https://github.com/yashs662/ru
 COMMENT=       Kanban board for the terminal
 LICENSE=       mit
 
-# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
-
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.82.0



Home | Main Index | Thread Index | Old Index