diff options
Diffstat (limited to 'community/gtksourceview')
-rw-r--r-- | community/gtksourceview/APKBUILD | 2 |
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" |