diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-08 23:01:53 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-08 23:01:53 +0000 |
commit | 552f4e7fff322c3112b05e697020fe8635c47eff (patch) | |
tree | 334164ca2012189dc8ec7ea93340c5c930623b5a /community/icinga2/APKBUILD | |
parent | 47800ee3b0230ca59d1ef361bacde4d062cdf1ed (diff) | |
download | aports-552f4e7fff322c3112b05e697020fe8635c47eff.tar.bz2 aports-552f4e7fff322c3112b05e697020fe8635c47eff.tar.xz |
community/icinga2: Do not build on ppc64le
Disabling the build on ppc64le because ppc64le does not have package
monitoring-plugins, which is causing a deadloop in the server.
Diffstat (limited to 'community/icinga2/APKBUILD')
-rw-r--r-- | community/icinga2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icinga2/APKBUILD b/community/icinga2/APKBUILD index d82fad9a22..218b2420ac 100644 --- a/community/icinga2/APKBUILD +++ b/community/icinga2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.6.3 pkgrel=0 pkgdesc="An open source host, service and network monitoring program" url="http://www.icinga.org" -arch="all !armhf" +arch="all !armhf !ppc64le" license="GPL" depends="monitoring-plugins" makedepends="$depends_dev cmake bison flex boost-dev yajl-dev |