diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 09:54:44 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 09:54:44 +0000 |
commit | 089f4c758b80ca64df8870ff5c3ea9edbdad51ce (patch) | |
tree | 4af8ba0fc1194fcc3afd4333fcd6b1a80fef1793 /testing/9base | |
parent | 3b5ceb74e69e831f844bcc3579319da9f84629ed (diff) | |
download | aports-089f4c758b80ca64df8870ff5c3ea9edbdad51ce.tar.bz2 aports-089f4c758b80ca64df8870ff5c3ea9edbdad51ce.tar.xz |
testing/9base: disable on mips
Diffstat (limited to 'testing/9base')
-rw-r--r-- | testing/9base/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/9base/APKBUILD b/testing/9base/APKBUILD index 16772cbf68..9279ad54a4 100644 --- a/testing/9base/APKBUILD +++ b/testing/9base/APKBUILD @@ -5,7 +5,7 @@ pkgver=6 pkgrel=0 pkgdesc="A port of various Plan 9 tools for Unix." url="https://tools.suckless.org/9base/" -arch="all !armv7 !armhf !aarch64" # Needs arch specific config.mk +arch="all !armv7 !armhf !aarch64 !mips !mips64" # Needs arch specific config.mk license="MIT" makedepends="libucontext-dev linux-headers" subpackages="$pkgname-doc $pkgname-troff" |