diff options
-rw-r--r-- | community/icingaweb2-module-director/APKBUILD | 2 | ||||
-rw-r--r-- | community/icingaweb2-module-incubator/APKBUILD | 2 | ||||
-rw-r--r-- | community/icingaweb2-module-ipl/APKBUILD | 2 | ||||
-rw-r--r-- | community/icingaweb2-module-reactbundle/APKBUILD | 2 | ||||
-rw-r--r-- | community/icingaweb2/APKBUILD | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/community/icingaweb2-module-director/APKBUILD b/community/icingaweb2-module-director/APKBUILD index b38637015b..3fb7235c3b 100644 --- a/community/icingaweb2-module-director/APKBUILD +++ b/community/icingaweb2-module-director/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.7.2 pkgrel=1 pkgdesc="Configuration frontend for Icinga 2, integrated automation" url="http://www.icinga.org" -arch="noarch !armhf !armv7 !s390x" +arch="noarch !armhf !armv7 !s390x !mips !mips64" license="GPL-2.0-or-later" _php=php7 depends="icingaweb2 $_php-curl icingaweb2-module-incubator icingaweb2-module-ipl icingaweb2-module-reactbundle" diff --git a/community/icingaweb2-module-incubator/APKBUILD b/community/icingaweb2-module-incubator/APKBUILD index a8a9779db9..62058450db 100644 --- a/community/icingaweb2-module-incubator/APKBUILD +++ b/community/icingaweb2-module-incubator/APKBUILD @@ -6,7 +6,7 @@ pkgver="0.5.0" pkgrel=0 pkgdesc="Bleeding edge libraries useful for Icinga Web 2 modules" url="https://www.icinga.org" -arch="noarch !armhf !armv7 !s390x" +arch="noarch !armhf !armv7 !s390x !mips !mips64" license="GPL" options="!check" _php=php7 diff --git a/community/icingaweb2-module-ipl/APKBUILD b/community/icingaweb2-module-ipl/APKBUILD index 179e56c083..8e12975665 100644 --- a/community/icingaweb2-module-ipl/APKBUILD +++ b/community/icingaweb2-module-ipl/APKBUILD @@ -6,7 +6,7 @@ pkgver="0.4.0" pkgrel=0 pkgdesc="The Icinga PHP library for Icinga Web 2" url="https://www.icinga.org" -arch="noarch !armhf !armv7 !s390x" +arch="noarch !armhf !armv7 !s390x !mips !mips64" license="GPL" options="!check" _php=php7 diff --git a/community/icingaweb2-module-reactbundle/APKBUILD b/community/icingaweb2-module-reactbundle/APKBUILD index 37c5d2bffa..410bbf0d0c 100644 --- a/community/icingaweb2-module-reactbundle/APKBUILD +++ b/community/icingaweb2-module-reactbundle/APKBUILD @@ -6,7 +6,7 @@ pkgver="0.7.0" pkgrel=0 pkgdesc="ReactPHP-based 3rd party libraries for Icinga Web 2" url="https://www.icinga.org" -arch="noarch !armhf !armv7 !s390x" +arch="noarch !armhf !armv7 !s390x !mips !mips64" license="GPL" options="!check" _php=php7 diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index 9636e3fb13..621209614d 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 !s390x" +arch="noarch !armhf !armv7 !s390x !mips !mips64" license="GPL" _php=php7 depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql |