aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-16 09:44:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-16 09:44:02 +0000
commit343a36c4e8b44ea8671bda925d239b234ff2e763 (patch)
tree68857372ddeaeddd30177628ae29e258543cd26c /community
parent48b3e404a5e2621563c893cfe94c74e27768bdb0 (diff)
downloadaports-343a36c4e8b44ea8671bda925d239b234ff2e763.tar.bz2
aports-343a36c4e8b44ea8671bda925d239b234ff2e763.tar.xz
community/tg: disable on s390x
Diffstat (limited to 'community')
-rw-r--r--community/tg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tg/APKBUILD b/community/tg/APKBUILD
index aa20d97a0b..53c383f5f1 100644
--- a/community/tg/APKBUILD
+++ b/community/tg/APKBUILD
@@ -7,7 +7,7 @@ tglver=2.0.1
tlparserver=0_git20151118
pkgdesc="Command line Telegram client"
url="https://github.com/vysheng/tg"
-arch="all"
+arch="all !s390x"
license="GPL3"
depends=""
depends_dev="readline-dev libressl-dev libconfig-dev libevent-dev jansson-dev lua5.2-dev"