[packages/rust] - don't lie to ourselves that we support arm

baggins baggins at pld-linux.org
Tue Jun 27 21:30:19 CEST 2017


commit d36946a0c1e0431a1e6946daf93843f981e6afd4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jun 27 21:29:59 2017 +0200

    - don't lie to ourselves that we support arm

 rust.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rust.spec b/rust.spec
index 8686726..11a2384 100644
--- 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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/d36946a0c1e0431a1e6946daf93843f981e6afd4



More information about the pld-cvs-commit mailing list