community/kea-hook-runscript: disable on s390x

This commit is contained in:
Jakub Jirutka 2019-12-08 15:31:58 +01:00
parent 115b71647f
commit 096f98e8d4

View File

@ -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"