diff options
-rw-r--r-- | community/tepl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tepl/APKBUILD b/community/tepl/APKBUILD index 7b4e649710..c38392ab15 100644 --- a/community/tepl/APKBUILD +++ b/community/tepl/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.2.1 pkgrel=0 pkgdesc="Text editor product line" url="https://wiki.gnome.org/Projects/Tepl" -arch="all" +arch="all !s390x" # Limited by gtksourceview4 license="GPL-3.0-or-later" makedepends="amtk-dev glib-dev gtksourceview4-dev gtk+3.0-dev libxml2-dev uchardet-dev vala gobject-introspection-dev" |