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:           Thu Oct  7 15:54:23 UTC 2021

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
shells/nushell: remove arch restriction


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/shells/nushell/Makefile:1.11
--- pkgsrc/shells/nushell/Makefile:1.10 Thu Oct  7 11:48:48 2021
+++ pkgsrc/shells/nushell/Makefile      Thu Oct  7 15:54:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/10/07 11:48:48 pin Exp $
+# $NetBSD: Makefile,v 1.11 2021/10/07 15:54:23 pin Exp $
 
 DISTNAME=      nushell-0.38.0
 CATEGORIES=    shells
@@ -9,10 +9,6 @@ HOMEPAGE=      https://www.nushell.sh/
 COMMENT=       New type of shell
 LICENSE=       mit
 
-# sys-info crate doesn't currently build on 32bit cpus
-# see, https://github.com/FillZpp/sys-info-rs/issues/80
-ONLY_FOR_PLATFORM=     *-*-x86_64
-
 .include "cargo-depends.mk"
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index