1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00

testing/sslh: disable on s390x

This commit is contained in:
Natanael Copa 2018-03-29 10:37:36 +00:00
parent 8979096f49
commit 56f7223fa0

View file

@ -5,7 +5,7 @@ pkgver=1.19c
pkgrel=2 pkgrel=2
pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) " pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) "
url="http://www.rutschle.net/tech/sslh/README.html" url="http://www.rutschle.net/tech/sslh/README.html"
arch="all !aarch64" # limited by valgrind arch="all !aarch64 !s390x" # limited by valgrind
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
makedepends="libconfig-dev libcap-dev pcre-dev perl perl-io-socket-inet6 lcov valgrind" makedepends="libconfig-dev libcap-dev pcre-dev perl perl-io-socket-inet6 lcov valgrind"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"