]> git.pld-linux.org Git - packages/rust.git/commitdiff
remove x32 from ExclusiveArch auto/th/rust-1.31.0-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 17 Dec 2018 09:35:11 +0000 (10:35 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 17 Dec 2018 09:35:11 +0000 (10:35 +0100)
We don't even have a working x32 rust to bootstrap this

rust.spec

index 1fb4b6df2510f1bf286e79beb3f21469db19c714..acd57f467c79b338def71113b59e986888367b20 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -62,7 +62,7 @@ BuildRequires:        procps
 Requires:      gcc
 # 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} x32
+ExclusiveArch: %{x8664} %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %ifarch x32
This page took 0.384345 seconds and 4 git commands to generate.