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-generictts | |
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-generictts')
-rw-r--r-- | testing/icingaweb2-module-generictts/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/icingaweb2-module-generictts/APKBUILD b/testing/icingaweb2-module-generictts/APKBUILD index 89b7df3251..ccba026632 100644 --- a/testing/icingaweb2-module-generictts/APKBUILD +++ b/testing/icingaweb2-module-generictts/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.0 pkgrel=0 pkgdesc="Generic ticket system integration into Icinga web 2" url="http://www.icinga.org" -arch="noarch !armhf !ppc64le" +arch="noarch !armhf" license="GPL2" _php=php5 depends="icingaweb2-module-director" |