aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtksourceview4
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 20:26:31 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 20:26:31 +0100
commitc0e3e204e7d36146ed9bee4466c13eecdd3aeff5 (patch)
tree1436c0d2642b9b9c86d282964af60bfbe15da39a /community/gtksourceview4
parent875e55d9cdf58120e3c94b1ae1e06ccc1f95f762 (diff)
downloadaports-c0e3e204e7d36146ed9bee4466c13eecdd3aeff5.tar.bz2
aports-c0e3e204e7d36146ed9bee4466c13eecdd3aeff5.tar.xz
community/gtksourceview4: disable on s390x
Diffstat (limited to 'community/gtksourceview4')
-rw-r--r--community/gtksourceview4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtksourceview4/APKBUILD b/community/gtksourceview4/APKBUILD
index ab6faaa1de..b6b9acf8a0 100644
--- a/community/gtksourceview4/APKBUILD
+++ b/community/gtksourceview4/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.4.0
pkgrel=0
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://wiki.gnome.org/Projects/GtkSourceView"
-arch="all"
+arch="all !s390x" # Limited by ibus -> librsvg
license="GPL-2.0-or-later"
replaces="gtksourceview"
depends_dev="gtk+3.0-dev libxml2-dev"