diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 15:31:58 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 15:31:58 +0100 |
commit | 096f98e8d4cc2418368c37cfec2403381fa8d34e (patch) | |
tree | 043332d99903b76533dca3bdfacf013bf80e044f | |
parent | 115b71647f4bd35aeceac03919796ef5a33664a7 (diff) | |
download | aports-096f98e8d4cc2418368c37cfec2403381fa8d34e.tar.bz2 aports-096f98e8d4cc2418368c37cfec2403381fa8d34e.tar.xz |
community/kea-hook-runscript: disable on s390x
-rw-r--r-- | community/kea-hook-runscript/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index 9b88458c62..ae664c60a0 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" |