diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-11 18:34:05 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-11 18:34:05 +0000 |
commit | 012e5dc54834e3765fd4ff7609e6a2e9ef2f8215 (patch) | |
tree | 88d35744cb56d8363c94e2c63a5fa7d4d684e983 /community/icingaweb2/APKBUILD | |
parent | 2905100ac0ab2f0433fcffb71ed4a24f9bc895e6 (diff) | |
download | aports-012e5dc54834e3765fd4ff7609e6a2e9ef2f8215.tar.bz2 aports-012e5dc54834e3765fd4ff7609e6a2e9ef2f8215.tar.xz |
community/icingaweb2: Disabling on ppc64le
Currently icingaweb2 depends on icinga2 that depends on
monitoring-plugins.
Package monitoring-plugins is crashing the ppc64le builder at this
moment. Once we have monitoring-plugins build fixed, we can revert this
package.
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-rw-r--r-- | community/icingaweb2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index 407c01bc78..57720cb1e0 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.1 pkgrel=2 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" -arch="noarch !armhf" +arch="noarch !armhf !ppc64le" license="GPL" _php=php5 depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql |