diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-14 20:29:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-16 13:45:53 +0000 |
commit | 1707452f9eceb9be166ac1f5cbc758847248d391 (patch) | |
tree | 54ed87ad9772fd63fa5fa2a4cc9e30fd1bfb61fc /testing/icingaweb2-module-fileshipper/APKBUILD | |
parent | 00d433fc851f0c277457e54b5cfbcf6565da81cc (diff) | |
download | aports-1707452f9eceb9be166ac1f5cbc758847248d391.tar.bz2 aports-1707452f9eceb9be166ac1f5cbc758847248d391.tar.xz |
testing/icingaweb2-module-*: enable build on ppc64le
enabling packages icingaweb2-module-pnp, icingaweb2-module-fileshipper and
icingaweb2-module-generictts as icingaweb2-module-director builds on ppc64le.
Diffstat (limited to 'testing/icingaweb2-module-fileshipper/APKBUILD')
-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 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" |