From b7a4fa129335c71817c799765cfc306fd6e90e8e Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 9 Apr 2020 06:27:32 +0000 Subject: testing/ytop: disable on mips --- testing/ytop/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3