diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 18:18:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 18:18:52 -0300 |
commit | af207deaab49a79c18bb949df0e6ee0f733ad103 (patch) | |
tree | 781a7b25828c14a05d401bf87c88d2b280d3b818 | |
parent | d46ecca5d2fdce5e47c234196ebd58c6f7cf6573 (diff) | |
download | aports-af207deaab49a79c18bb949df0e6ee0f733ad103.tar.bz2 aports-af207deaab49a79c18bb949df0e6ee0f733ad103.tar.xz |
community/rust: limit on x86
-rw-r--r-- | community/rust/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 6f29a88f91..94fb4cc93c 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 |