diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-14 20:29:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-16 13:45:53 +0000 |
commit | 1707452f9eceb9be166ac1f5cbc758847248d391 (patch) | |
tree | 54ed87ad9772fd63fa5fa2a4cc9e30fd1bfb61fc /testing/icingaweb2-module-pnp | |
parent | 00d433fc851f0c277457e54b5cfbcf6565da81cc (diff) | |
download | aports-1707452f9eceb9be166ac1f5cbc758847248d391.tar.bz2 aports-1707452f9eceb9be166ac1f5cbc758847248d391.tar.xz |
testing/icingaweb2-module-*: enable build on ppc64le
enabling packages icingaweb2-module-pnp, icingaweb2-module-fileshipper and
icingaweb2-module-generictts as icingaweb2-module-director builds on ppc64le.
Diffstat (limited to 'testing/icingaweb2-module-pnp')
-rw-r--r-- | testing/icingaweb2-module-pnp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/icingaweb2-module-pnp/APKBUILD b/testing/icingaweb2-module-pnp/APKBUILD index 8c97335479..4d10f17286 100644 --- a/testing/icingaweb2-module-pnp/APKBUILD +++ b/testing/icingaweb2-module-pnp/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.1 pkgrel=0 pkgdesc="Integrate PNP graphs into Icinga Web 2 " url="http://www.icinga.org" -arch="noarch !armhf !ppc64le" +arch="noarch !armhf" license="GPL2" _php=php5 depends="icingaweb2-module-director" |