diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-27 17:44:58 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-27 17:46:47 +0000 |
commit | 5dc0d6cc231fda95f26b58fe962a59777d29ff98 (patch) | |
tree | 29077c096abc81fa1a5ca12fa183959ce4975745 /testing/icingaweb2-module-fileshipper/APKBUILD | |
parent | 5840163e2ccb965d2cf6c5652ee94b12fbb3e34c (diff) | |
download | aports-5dc0d6cc231fda95f26b58fe962a59777d29ff98.tar.bz2 aports-5dc0d6cc231fda95f26b58fe962a59777d29ff98.tar.xz |
testing/icingaweb2-*: Does not compile on ppc64le
Icinga2 is not available on ppc64le yet. Disabling the packages that
depend on it.
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 6941e4f49c..1a910f6ae5 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" +arch="noarch !armhf !ppc64le" license="GPL2" _php=php5 depends="icingaweb2-module-director ${_php}-xml" |