aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:19:21 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:19:21 +0000
commit60ee75247e88fcde75885fea4f647d27dea2baeb (patch)
tree51a0bb814bdd25bb168596fda892485975179bdc
parent7f2f60244890b7307faa138f49fd0a02aeb2d713 (diff)
downloadaports-60ee75247e88fcde75885fea4f647d27dea2baeb.tar.bz2
aports-60ee75247e88fcde75885fea4f647d27dea2baeb.tar.xz
community/polari: disable on mips
-rw-r--r--community/polari/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/polari/APKBUILD b/community/polari/APKBUILD
index 13522634d4..7257864afd 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"