Received: by mail.netbsd.org (Postfix, from userid 605) id A8D5C84D52; Wed, 19 May 2021 10:12:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E25FF84D50 for ; Wed, 19 May 2021 10:12:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VEVHoahyRwBx for ; Wed, 19 May 2021 10:12:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7CA8184D4B for ; Wed, 19 May 2021 10:12:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76713FA95; Wed, 19 May 2021 10:12:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621419154152890" MIME-Version: 1.0 Date: Wed, 19 May 2021 10:12:34 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/lang/rust-bin To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210519101234.76713FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621419154152890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1621419154152890 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1621419154152890--