aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-07 00:15:50 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-07 02:11:19 +0100
commit62f1aa4033dbe8d642b682a2195daa21d948ca7b (patch)
tree045626704f7d2761f5a022d3c562d3ec32dff38c /testing/sslh
parentecda0de7bb4273aeab18fd44f670ad898ce56dac (diff)
downloadaports-62f1aa4033dbe8d642b682a2195daa21d948ca7b.tar.bz2
aports-62f1aa4033dbe8d642b682a2195daa21d948ca7b.tar.xz
testing/sslh: enable on all arches
valgrind is needed only for tests which are disabled anyway.
Diffstat (limited to 'testing/sslh')
-rw-r--r--testing/sslh/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD
index 2e767787be..ea5a63e179 100644
--- a/testing/sslh/APKBUILD
+++ b/testing/sslh/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.20
pkgrel=1
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 !aarch64 !s390x" # limited by valgrind
+arch="all"
license="GPL-2.0-or-later"
makedepends="libconfig-dev libcap-dev pcre-dev perl"
checkdepends="perl-conf-libconfig perl-io-socket-inet6 lcov valgrind"