aboutsummaryrefslogtreecommitdiffstats
path: root/community/ion-shell/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ion-shell/APKBUILD')
-rw-r--r--community/ion-shell/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ion-shell/APKBUILD b/community/ion-shell/APKBUILD
index cd6423944e0..19174667387 100644
--- a/community/ion-shell/APKBUILD
+++ b/community/ion-shell/APKBUILD
@@ -7,7 +7,7 @@ _commit=df993477678248a62745c9c0a56c880dfd06b515
pkgdesc="modern system shell with simple, yet powerful, syntax"
url="https://doc.redox-os.org/ion-manual/html/"
# ppc64le: Rust SIGSEGVs when compiling
-arch="all !s390x !mips !mips64 !riscv64" # limited by cargo
+arch="all !s390x !riscv64" # limited by cargo
license="MIT"
makedepends="cargo"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"