diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:19:21 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:19:21 +0000 |
| commit | 60ee75247e88fcde75885fea4f647d27dea2baeb (patch) | |
| tree | 51a0bb814bdd25bb168596fda892485975179bdc | |
| parent | 7f2f60244890b7307faa138f49fd0a02aeb2d713 (diff) | |
| download | aports-60ee75247e88fcde75885fea4f647d27dea2baeb.tar.bz2 aports-60ee75247e88fcde75885fea4f647d27dea2baeb.tar.xz | |
community/polari: disable on mips
| -rw-r--r-- | community/polari/APKBUILD | 2 |
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" |
