aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dnsdist/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-05 20:35:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-05 20:35:15 +0000
commit191c6e1f9fc6118553898f702b8cdc4697ab408f (patch)
tree9368e9283bdb7e285b967a255b87ef55be44abb3 /testing/dnsdist/APKBUILD
parent17ad7a5ed4ebccb4c930c1e40eb9d46035e6eccf (diff)
downloadaports-191c6e1f9fc6118553898f702b8cdc4697ab408f.tar.bz2
aports-191c6e1f9fc6118553898f702b8cdc4697ab408f.tar.xz
testing/dnsdist: disable on s390x due to missing fstrm
Diffstat (limited to 'testing/dnsdist/APKBUILD')
-rw-r--r--testing/dnsdist/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dnsdist/APKBUILD b/testing/dnsdist/APKBUILD
index 6cf70858e0..f2c3b900b1 100644
--- a/testing/dnsdist/APKBUILD
+++ b/testing/dnsdist/APKBUILD
@@ -5,7 +5,7 @@ pkgver="1.3.2"
pkgrel=0
pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer."
url="https://dnsdist.org"
-arch="all"
+arch="all !s390x" #limited by fstrm
license="GPL2"
_lua_version="5.1"
depends="$pkgname-common !$pkgname-luajit"