From fd2996bace7d85473984e362f044ca2ce3c99faa Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 8 Jul 2019 07:26:27 -0300 Subject: [PATCH] community/rust: imit on ppc64le --- community/rust/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 94fb4cc93ce..849754de5e8 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