diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-04 10:46:43 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-04 10:46:43 +0100 |
commit | f04be1e2efcc56e4eda13a1974608eab5a5d7cba (patch) | |
tree | 5345fa956c629fc213d00ae409fc90893d9d7e87 /community | |
parent | 7fcb7cd7fc27e9ddf30579d5edf3f95f38aa36f8 (diff) | |
download | aports-f04be1e2efcc56e4eda13a1974608eab5a5d7cba.tar.bz2 aports-f04be1e2efcc56e4eda13a1974608eab5a5d7cba.tar.xz |
community/icingaweb2: do not build on armhf
Diffstat (limited to 'community')
-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 e84828f076..6e0c72dc27 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.3.4 pkgrel=0 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" -arch="noarch" +arch="noarch !armhf" license="GPL" _php=php5 depends="icinga2 $_php ${_php}-gd ${_php}-ldap ${_php}-intl ${_php}-pgsql |