]> git.pld-linux.org Git - packages/rust.git/commitdiff
- don't lie to ourselves that we support arm
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jun 2017 19:29:59 +0000 (21:29 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jun 2017 19:29:59 +0000 (21:29 +0200)
rust.spec

index 8686726fcac8d8e6616d1e6942f3bcac81e77e10..11a2384df97efc9a7da8b714e98bfb132a59cf8b 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -59,7 +59,7 @@ Requires:     gcc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # Only x86_64 and i686 are Tier 1 platforms at this time.
 # https://doc.rust-lang.org/stable/book/getting-started.html#tier-1
-ExclusiveArch: %{x8664} %{ix86} %{arm}
+ExclusiveArch: %{x8664} %{ix86}
 
 %define                rust_triple     %{_target_cpu}-unknown-linux-gnu
 
This page took 0.140613 seconds and 4 git commands to generate.