pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed May 19 10:12:34 UTC 2021

Modified Files:
        pkgsrc/lang/rust-bin: Makefile

Log Message:
rust-bin: not broken on -8 powerpc


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/rust-bin/Makefile

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

Modified files:

Index: pkgsrc/lang/rust-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.19 pkgsrc/lang/rust-bin/Makefile:1.20
--- pkgsrc/lang/rust-bin/Makefile:1.19  Tue May 18 19:29:52 2021
+++ pkgsrc/lang/rust-bin/Makefile       Wed May 19 10:12:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/05/18 19:29:52 he Exp $
+# $NetBSD: Makefile,v 1.20 2021/05/19 10:12:34 nia Exp $
 
 DISTNAME=      rust-1.50.0
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -38,7 +38,6 @@ BROKEN_ON_PLATFORM+=  NetBSD-[1-7].*-*
 
 # Bootstraps built for 9.0.
 BROKEN_ON_PLATFORM+=   NetBSD-8.*-earmv7hf
-BROKEN_ON_PLATFORM+=   NetBSD-8.*-powerpc
 
 NO_BUILD=      yes
 USE_TOOLS+=    bash



Home | Main Index | Thread Index | Old Index