pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/nushell



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 11:09:34 UTC 2025

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
shells/nushell: not for i386


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/shells/nushell/Makefile

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

Modified files:

Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.71 pkgsrc/shells/nushell/Makefile:1.72
--- pkgsrc/shells/nushell/Makefile:1.71 Sun Mar 30 16:53:08 2025
+++ pkgsrc/shells/nushell/Makefile      Wed Apr  2 11:09:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2025/03/30 16:53:08 pin Exp $
+# $NetBSD: Makefile,v 1.72 2025/04/02 11:09:34 pin Exp $
 
 DISTNAME=      nushell-0.103.0
 CATEGORIES=    shells
@@ -9,6 +9,9 @@ HOMEPAGE=       https://www.nushell.sh/
 COMMENT=       New type of shell
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 SITES.curl-sys-0.4.78+curl-8.11.0.crate=       https://static.crates.io/crates/curl-sys/
 SITES.lz4-sys-1.11.1+lz4-1.10.0.crate=         https://static.crates.io/crates/lz4-sys/
 SITES.wasi-0.11.0+wasi-snapshop-preview1.crate=        https://static.crates.io/crates/wasi/



Home | Main Index | Thread Index | Old Index