diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 09:44:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 09:44:02 +0000 |
commit | 343a36c4e8b44ea8671bda925d239b234ff2e763 (patch) | |
tree | 68857372ddeaeddd30177628ae29e258543cd26c /community/tg | |
parent | 48b3e404a5e2621563c893cfe94c74e27768bdb0 (diff) | |
download | aports-343a36c4e8b44ea8671bda925d239b234ff2e763.tar.bz2 aports-343a36c4e8b44ea8671bda925d239b234ff2e763.tar.xz |
community/tg: disable on s390x
Diffstat (limited to 'community/tg')
-rw-r--r-- | community/tg/APKBUILD | 2 |
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" |