aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-07 18:18:52 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-07 18:18:52 -0300
commitaf207deaab49a79c18bb949df0e6ee0f733ad103 (patch)
tree781a7b25828c14a05d401bf87c88d2b280d3b818 /community/rust
parentd46ecca5d2fdce5e47c234196ebd58c6f7cf6573 (diff)
community/rust: limit on x86
Diffstat (limited to 'community/rust')
-rw-r--r--community/rust/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD
index 6f29a88f914..94fb4cc93ce 100644
--- a/community/rust/APKBUILD
+++ b/community/rust/APKBUILD
@@ -10,7 +10,7 @@ _bootver=1.35.0
pkgrel=0
pkgdesc="The Rust Programming Language"
url="https://www.rust-lang.org"
-arch="x86_64 armv7 armhf ppc64le x86"
+arch="x86_64 armv7 armhf ppc64le"
license="Apache-2.0 AND MIT"
# gcc is needed at runtime just for linking. Someday rustc might invoke