aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/9base/APKBUILD2
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"