From 552f4e7fff322c3112b05e697020fe8635c47eff Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Sat, 8 Apr 2017 23:01:53 +0000 Subject: 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. --- community/icinga2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/icinga2') 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 -- cgit v1.2.3