aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mdcat
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mdcat')
-rw-r--r--testing/mdcat/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mdcat/APKBUILD b/testing/mdcat/APKBUILD
index 335ff02dcc..55b1a7d989 100644
--- a/testing/mdcat/APKBUILD
+++ b/testing/mdcat/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.15.1
pkgrel=0
pkgdesc="Cat for markdown"
url="https://github.com/lunaryorn/mdcat"
-arch="all !s390x" # Limited by cargo
+arch="all !s390x !mips !mips64" # Limited by cargo
license="Apache-2.0"
makedepends="cargo oniguruma-dev openssl-dev"
checkdepends="py3-ansi2html"