diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-09 14:42:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-16 15:53:00 +0200 |
commit | 6042a17af2bb813e64d8017c674c1fe41971deda (patch) | |
tree | cecca8e5a63efbb4b699bc23babc17298369c210 | |
parent | 982b43ab73455cb8f67e54891698187a21e84f25 (diff) | |
download | aports-6042a17af2bb813e64d8017c674c1fe41971deda.tar.bz2 aports-6042a17af2bb813e64d8017c674c1fe41971deda.tar.xz |
community/icinga2: enable build on ppc64le
Enabling icinga2 build on ppc64le as now it has all needed dependencies
(cherry picked from commit b13cacb6596d084eef16402b3aac1b41873e4bd3)
-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 |