diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 20:20:57 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 20:20:57 +0000 |
commit | 9860090d48bca731c485eb2ba75051f556e48132 (patch) | |
tree | 9facf307fc588e085fcd8a69308befa5e42a899f /community/icingaweb2 | |
parent | f8aca31f060418e7ca8d91213eeeecdc137af759 (diff) | |
download | aports-9860090d48bca731c485eb2ba75051f556e48132.tar.bz2 aports-9860090d48bca731c485eb2ba75051f556e48132.tar.xz |
community/icingaweb2: disabled build for s390x
Diffstat (limited to 'community/icingaweb2')
-rw-r--r-- | community/icingaweb2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index f60dccc607..9636e3fb13 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.7.3 pkgrel=0 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" -arch="noarch !armhf !armv7" +arch="noarch !armhf !armv7 !s390x" license="GPL" _php=php7 depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql |