pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/nushell shells/nushell: remove arch restriction



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16400f51364c
branches:  trunk
changeset: 459482:16400f51364c
user:      pin <pin%pkgsrc.org@localhost>
date:      Thu Oct 07 15:54:23 2021 +0000

description:
shells/nushell: remove arch restriction

diffstat:

 shells/nushell/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r bf58effce8e8 -r 16400f51364c shells/nushell/Makefile
--- a/shells/nushell/Makefile   Thu Oct 07 15:53:24 2021 +0000
+++ b/shells/nushell/Makefile   Thu Oct 07 15:54:23 2021 +0000
@@ -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 @@
 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