diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-09-11 14:22:02 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-09-11 14:22:02 +0200 |
commit | 011b2656bcceadc5f34beca2b7e85c79d1ce2141 (patch) | |
tree | a85b29c08199e72d5cd1ab40d5a698e0cb66815a /community | |
parent | 7731ec86ee7f0a7cb3a53f1879fec8896c6fddae (diff) | |
download | aports-011b2656bcceadc5f34beca2b7e85c79d1ce2141.tar.bz2 aports-011b2656bcceadc5f34beca2b7e85c79d1ce2141.tar.xz |
community/icinga2: really disable on armhf
Diffstat (limited to 'community')
-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 15c6f0aee3..3e63f3b976 100644 --- a/community/icinga2/APKBUILD +++ b/community/icinga2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.5.4 pkgrel=0 pkgdesc="An open source host, service and network monitoring program" url="http://www.icinga.org" -arch="all armhf" +arch="all !armhf" license="GPL" depends="monitoring-plugins" makedepends="$depends_dev cmake bison flex boost-dev yajl-dev |