diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 07:26:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 07:26:27 -0300 |
commit | fd2996bace7d85473984e362f044ca2ce3c99faa (patch) | |
tree | 6b4c0f4c8b35d108b61cf25b4ec17611cd0fccd9 /community | |
parent | 12117e55ab28b7a125480d12662bcaf9f99db999 (diff) | |
download | aports-fd2996bace7d85473984e362f044ca2ce3c99faa.tar.bz2 aports-fd2996bace7d85473984e362f044ca2ce3c99faa.tar.xz |
community/rust: imit on ppc64le
Diffstat (limited to 'community')
-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 94fb4cc93c..849754de5e 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" +arch="x86_64 armv7 armhf" license="Apache-2.0 AND MIT" # gcc is needed at runtime just for linking. Someday rustc might invoke |