testing/sslh: disable on aarch64 - valgrind is N/A for this arch

This commit is contained in:
Jakub Jirutka 2018-03-10 18:22:06 +01:00
parent 02dce2645d
commit 90045a1547

View File

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