diff options
-rw-r--r-- | testing/icingaweb2-module-fileshipper/APKBUILD | 2 | ||||
-rw-r--r-- | testing/icingaweb2-module-generictts/APKBUILD | 2 | ||||
-rw-r--r-- | testing/icingaweb2-module-pnp/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/icingaweb2-module-fileshipper/APKBUILD b/testing/icingaweb2-module-fileshipper/APKBUILD index 1a910f6ae5..6941e4f49c 100644 --- a/testing/icingaweb2-module-fileshipper/APKBUILD +++ b/testing/icingaweb2-module-fileshipper/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.0 pkgrel=0 pkgdesc="Provide CSV, JSON, XML and YAML files as an Import Source for the Icinga Director" url="http://www.icinga.org" -arch="noarch !armhf !ppc64le" +arch="noarch !armhf" license="GPL2" _php=php5 depends="icingaweb2-module-director ${_php}-xml" diff --git a/testing/icingaweb2-module-generictts/APKBUILD b/testing/icingaweb2-module-generictts/APKBUILD index 89b7df3251..ccba026632 100644 --- a/testing/icingaweb2-module-generictts/APKBUILD +++ b/testing/icingaweb2-module-generictts/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.0 pkgrel=0 pkgdesc="Generic ticket system integration into Icinga web 2" url="http://www.icinga.org" -arch="noarch !armhf !ppc64le" +arch="noarch !armhf" license="GPL2" _php=php5 depends="icingaweb2-module-director" diff --git a/testing/icingaweb2-module-pnp/APKBUILD b/testing/icingaweb2-module-pnp/APKBUILD index 8c97335479..4d10f17286 100644 --- a/testing/icingaweb2-module-pnp/APKBUILD +++ b/testing/icingaweb2-module-pnp/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.1 pkgrel=0 pkgdesc="Integrate PNP graphs into Icinga Web 2 " url="http://www.icinga.org" -arch="noarch !armhf !ppc64le" +arch="noarch !armhf" license="GPL2" _php=php5 depends="icingaweb2-module-director" |