diff --git a/community/gtksourceview4/APKBUILD b/community/gtksourceview4/APKBUILD
index ab6faaa1dee7749a618097b084dc515ca6c03161..b6b9acf8a02507995e55297c46d4f3414c878f09 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"