diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-09 06:27:32 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-09 06:27:32 +0000 |
| commit | b7a4fa129335c71817c799765cfc306fd6e90e8e (patch) | |
| tree | 601af0c41c25e117fa62f4b744ca478626dc2fca /testing | |
| parent | 3a11e046f5e3d1fcf893cd6330902c8138a11d33 (diff) | |
| download | aports-b7a4fa129335c71817c799765cfc306fd6e90e8e.tar.bz2 aports-b7a4fa129335c71817c799765cfc306fd6e90e8e.tar.xz | |
testing/ytop: disable on mips
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/ytop/APKBUILD | 2 |
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" |
