aboutsummaryrefslogtreecommitdiffstats
path: root/community/kea
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-08 14:21:47 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-08 14:21:47 +0100
commit18da405ad3ea21abe152cb1d60fc4f54e6bb34b9 (patch)
tree03eee12042d65744486faf5a719eb17c4bdd353e /community/kea
parentcbb00b218333fce09e28a8e5eb8730c3945aeb71 (diff)
downloadaports-18da405ad3ea21abe152cb1d60fc4f54e6bb34b9.tar.bz2
aports-18da405ad3ea21abe152cb1d60fc4f54e6bb34b9.tar.xz
community/kea: disable on s390x
Diffstat (limited to 'community/kea')
-rw-r--r--community/kea/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/kea/APKBUILD b/community/kea/APKBUILD
index a951469635..ba9705f3ce 100644
--- a/community/kea/APKBUILD
+++ b/community/kea/APKBUILD
@@ -6,7 +6,9 @@ pkgver=1.7.2
pkgrel=3
pkgdesc="DHCPv4 and DHCPv6 server from ISC"
url="http://kea.isc.org"
-arch="all !armhf !armv7"
+# armhf, armv7: limited by log4cplus
+# s390x: tests fail
+arch="all !armhf !armv7 !s390x"
license="MPL2"
depends="kea-dhcp4 kea-dhcp6"
checkdepends="procps"