aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-08 22:27:28 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-08 22:27:28 +0100
commit579f6c3f4ee96217be6058b08655bc328a9655a8 (patch)
treed4b45fbbace74f95516b0c6a0ff9eb8a4e1209d7
parentddfef3c38daf2a7edf80d3ec6bf4afc20c0a4a18 (diff)
downloadaports-579f6c3f4ee96217be6058b08655bc328a9655a8.tar.bz2
aports-579f6c3f4ee96217be6058b08655bc328a9655a8.tar.xz
testing/polari: disable on s390x
-rw-r--r--testing/polari/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polari/APKBUILD b/testing/polari/APKBUILD
index 37ace76c34..5a774c819f 100644
--- a/testing/polari/APKBUILD
+++ b/testing/polari/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.36.0
pkgrel=1
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"
+arch="all !s390x" # missing dep: gjs
license="GPL-2.0-or-later"
makedepends="meson gobject-introspection-dev gtk+3.0-dev telepathy-glib-dev
gjs-dev itstool"