aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtksourceview
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 19:39:49 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 19:39:49 +0100
commit5d3ac4365ecd43dbd797638db43542d5ab2436c6 (patch)
treef836051f53ad5b4d80687fe1eae3a0c480be85d7 /community/gtksourceview
parentc19008ca2315d66d05d163fd41d3b701e685edb9 (diff)
downloadaports-5d3ac4365ecd43dbd797638db43542d5ab2436c6.tar.bz2
aports-5d3ac4365ecd43dbd797638db43542d5ab2436c6.tar.xz
community/gtksourceview: disable on s390x
Diffstat (limited to 'community/gtksourceview')
-rw-r--r--community/gtksourceview/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD
index 747b80bb5f..66b183f604 100644
--- a/community/gtksourceview/APKBUILD
+++ b/community/gtksourceview/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.24.11
pkgrel=0
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://wiki.gnome.org/action/show/Projects/GtkSourceView"
-arch="all"
+arch="all !s390x" # Limited by ibus
license="LGPL-2.1-or-later"
replaces="gtksourceview"
depends_dev="gtk+3.0-dev libxml2-dev"