aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:48:52 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:48:52 +0000
commit94f129fe6d2d1671b18a056ebab8719f600e3153 (patch)
treec541acc46f00b9a0aceb753aea912692dacadcd2 /community
parentac9fab7682ee7f3659aefb404c41d68c357af6da (diff)
community/tau: disable on mips
Diffstat (limited to 'community')
-rw-r--r--community/tau/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tau/APKBUILD b/community/tau/APKBUILD
index 2f76a8f3cbf..1311979fd4a 100644
--- a/community/tau/APKBUILD
+++ b/community/tau/APKBUILD
@@ -7,7 +7,7 @@ _sha=b5f24cd692ec0c2a2c2be460fffaf505
pkgrel=0
pkgdesc="GTK frontend for the Xi text editor, written in Rust"
url="https://gitlab.gnome.org/World/Tau"
-arch="all !s390x"
+arch="all !s390x !mips !mips64"
license="MIT"
makedepends="meson cargo gtk+3.0-dev libhandy-dev vte3-dev"
checkdepends="appstream-glib desktop-file-utils"