aboutsummaryrefslogtreecommitdiffstats
path: root/community/tepl
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-04 17:57:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-04 17:57:38 +0100
commit1aea7936c2050274008defc7bded07d5a3f16f4b (patch)
tree51560db52c0baafc18690ccfeaecb87412be4209 /community/tepl
parente9059becb54ca06483095783eb7b199363157b32 (diff)
downloadaports-1aea7936c2050274008defc7bded07d5a3f16f4b.tar.bz2
aports-1aea7936c2050274008defc7bded07d5a3f16f4b.tar.xz
community/tepl: disable on s390x
Requires gtksourceview4 which requires ibus which requires librsvg
Diffstat (limited to 'community/tepl')
-rw-r--r--community/tepl/APKBUILD2
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"