From 60ee75247e88fcde75885fea4f647d27dea2baeb Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 01:19:21 +0000 Subject: [PATCH] community/polari: disable on mips --- community/polari/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/polari/APKBUILD b/community/polari/APKBUILD index 13522634d40..7257864afda 100644 --- a/community/polari/APKBUILD +++ b/community/polari/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.1 pkgrel=0 pkgdesc="Polari is a simple IRC Client that is designed to integrate seamlessly with GNOME 3" url="https://wiki.gnome.org/Apps/Polari" -arch="all !s390x" # missing dep: gjs +arch="all !s390x !mips !mips64" # missing dep: gjs license="GPL-2.0-or-later" makedepends="meson gobject-introspection-dev gtk+3.0-dev telepathy-glib-dev gjs-dev itstool"