diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-09 15:45:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 18:11:22 +0000 |
commit | 0e4483164329141a22cc1e8bf56c9a2cfa2a81e8 (patch) | |
tree | bbdad455c4cd5c6875334b73c1ffb897831db0d4 /community/icingaweb2/APKBUILD | |
parent | b5f0896153bb6ab8a9da807641feb62b83a7f422 (diff) | |
download | aports-0e4483164329141a22cc1e8bf56c9a2cfa2a81e8.tar.bz2 aports-0e4483164329141a22cc1e8bf56c9a2cfa2a81e8.tar.xz |
community/icingaweb2: enable build on ppc64le
icingaweb2 now builds on ppc64le as icinga2 package is available
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 059dc1cb81..1d3897bfa0 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.1 pkgrel=3 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" -arch="noarch !armhf !ppc64le" +arch="noarch !armhf" license="GPL" _php=php7 depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql |