diff options
author | nia <nia@pkgsrc.org> | 2021-05-19 10:12:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-19 10:12:34 +0000 |
commit | a93aa2f7f23e558e7912ae891c8309701c7a7eca (patch) | |
tree | a6d97023d85184fca158d201fa5aee9a0292ebc8 /lang/rust-bin | |
parent | 883d2925d5a0963b8b999d4218b5d30c33e0989f (diff) | |
download | pkgsrc-a93aa2f7f23e558e7912ae891c8309701c7a7eca.tar.gz |
rust-bin: not broken on -8 powerpc
Diffstat (limited to 'lang/rust-bin')
-rw-r--r-- | lang/rust-bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/rust-bin/Makefile b/lang/rust-bin/Makefile index afa55174f91..cfbcc396965 100644 --- a/lang/rust-bin/Makefile +++ b/lang/rust-bin/Makefile @@ -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 |