From 096f98e8d4cc2418368c37cfec2403381fa8d34e Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 8 Dec 2019 15:31:58 +0100 Subject: [PATCH] community/kea-hook-runscript: disable on s390x --- community/kea-hook-runscript/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index 9b88458c62f..ae664c60a0b 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -3,8 +3,8 @@ pkgname=kea-hook-runscript pkgver=1.3.1 pkgrel=1 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." -arch="all !armhf !armv7" # limited by kea url="https://github.com/zorun/kea-hook-runscript" +arch="all !armhf !armv7 !s390x" # limited by kea license="MPL2" depends="kea-common>=1.4.0" makedepends="boost-dev kea-dev"