aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea-hook-userchk-ldap
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-02-05 16:51:11 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-02-05 16:51:11 +0100
commitf167d87b0c82f5e8ca23954c076b5a1cb18bc5f1 (patch)
tree6290245cdb30d9900cd6f671d0d5b363ce998b6d /testing/kea-hook-userchk-ldap
parent384c8050bfc1c043cabd80310ad8074dcaa1cdc2 (diff)
downloadaports-f167d87b0c82f5e8ca23954c076b5a1cb18bc5f1.tar.bz2
aports-f167d87b0c82f5e8ca23954c076b5a1cb18bc5f1.tar.xz
testing/kea-hook-userchk-ldap: disable on armhf armv7 s390x
Diffstat (limited to 'testing/kea-hook-userchk-ldap')
-rw-r--r--testing/kea-hook-userchk-ldap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kea-hook-userchk-ldap/APKBUILD b/testing/kea-hook-userchk-ldap/APKBUILD
index 09ca21267a..4430f6ed85 100644
--- a/testing/kea-hook-userchk-ldap/APKBUILD
+++ b/testing/kea-hook-userchk-ldap/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.0
pkgrel=0
pkgdesc="Kea DHCP hook for checking user access in LDAP"
url="https://github.com/cvut/kea-hook-userchk-ldap/"
-arch="all"
+arch="all !armhf !armv7 !s390x" # limited by kea
license="MPL-2.0"
makedepends="autoconf automake kea-dev libtool openldap-dev boost-dev log4cplus-dev"
source="https://github.com/cvut/kea-hook-userchk-ldap/archive/v$pkgver/$pkgname-$pkgver.tar.gz"