diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/icingaweb2-module-fileshipper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/icingaweb2-module-fileshipper/APKBUILD b/testing/icingaweb2-module-fileshipper/APKBUILD index de3c3a8196..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" +arch="noarch !armhf" license="GPL2" _php=php5 depends="icingaweb2-module-director ${_php}-xml" |