rust_bin: mark as tested for 1.21.0, see #2647

This commit is contained in:
fbrosson
2018-07-03 20:32:03 +00:00
parent e49d52658a
commit 652a65c51d

View File

@@ -23,8 +23,8 @@ SOURCE_DIR="rustc-$portVersion-src"
;;
esac
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
DISABLE_SOURCE_PACKAGE=yes
cargoVersion="0.22.0"