diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-09 14:42:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 14:58:50 +0000 |
commit | b13cacb6596d084eef16402b3aac1b41873e4bd3 (patch) | |
tree | e46bfa4e6a4a5c17f719078be97c498572ec31de /community/icinga2 | |
parent | 140203e06acf67c7019d2f309cd3c6ac4cffc763 (diff) | |
download | aports-b13cacb6596d084eef16402b3aac1b41873e4bd3.tar.bz2 aports-b13cacb6596d084eef16402b3aac1b41873e4bd3.tar.xz |
community/icinga2: enable build on ppc64le
Enabling icinga2 build on ppc64le as now it has all needed dependencies
Diffstat (limited to 'community/icinga2')
-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 7bb9ee3129..827de10122 100644 --- a/community/icinga2/APKBUILD +++ b/community/icinga2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.6.3 pkgrel=1 pkgdesc="An open source host, service and network monitoring program" url="http://www.icinga.org" -arch="all !armhf !ppc64le" +arch="all !armhf" license="GPL" depends="monitoring-plugins" makedepends="$depends_dev cmake bison flex boost-dev yajl-dev |