diff options
Diffstat (limited to 'community/icingaweb2-module-director')
-rw-r--r-- | community/icingaweb2-module-director/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icingaweb2-module-director/APKBUILD b/community/icingaweb2-module-director/APKBUILD index 6427de08f5..8dab13dc7c 100644 --- a/community/icingaweb2-module-director/APKBUILD +++ b/community/icingaweb2-module-director/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.7.0 pkgrel=0 pkgdesc="Configuration frontend for Icinga 2, integrated automation" url="http://www.icinga.org" -arch="noarch !armhf !armv7" +arch="noarch !armhf !armv7 !s390x" license="GPL-2.0" _php=php7 depends="icingaweb2 ${_php}-curl" |