aboutsummaryrefslogtreecommitdiffstats
path: root/testing/acme-client
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-09-09 13:18:44 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-09-09 13:18:44 +0000
commit3c507418109310d8250cf39b8075ebb5b9cbb3b8 (patch)
tree687342f1959939538e4624cd5318c1e9ef58a046 /testing/acme-client
parent6c0aafdaf218652c1ae1fa7864bf34a150ba2179 (diff)
testing/acme-client: only enable on x86* because of libbsd
Diffstat (limited to 'testing/acme-client')
-rw-r--r--testing/acme-client/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/acme-client/APKBUILD b/testing/acme-client/APKBUILD
index dfd2ef80803..e95b04e9c62 100644
--- a/testing/acme-client/APKBUILD
+++ b/testing/acme-client/APKBUILD
@@ -6,7 +6,7 @@ _ver=${pkgver//./_}
pkgrel=0
pkgdesc="An ACME client for Let's Encrypt written in C"
url="https://github.com/kristapsdz/acme-client-portable"
-arch="all"
+arch="x86 x86_64"
license="ISC"
depends=""
makedepends="libbsd-dev bsd-compat-headers libressl-dev"