aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/ytop/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ytop/APKBUILD b/testing/ytop/APKBUILD
index 1271a99897..aa14605042 100644
--- a/testing/ytop/APKBUILD
+++ b/testing/ytop/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.1
pkgrel=0
pkgdesc="A TUI system monitor written in Rust"
url="https://github.com/cjbassi/ytop"
-arch="all !s390x" # limited by cargo
+arch="all !s390x !mips !mips64" # limited by cargo
license="MIT"
options="!check" # no test suite
makedepends="cargo"