diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 02:47:57 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 02:47:57 +0000 |
commit | a86a476c2b7ceb8fcbfa5aeefadd24eb409ac401 (patch) | |
tree | c60c2531fc1814d1cbf403d661e9e1d59c136d33 /community/zabbix | |
parent | 44b3bb4f0a5f58c3f8f1672d76ed1400d20466de (diff) | |
download | aports-a86a476c2b7ceb8fcbfa5aeefadd24eb409ac401.tar.bz2 aports-a86a476c2b7ceb8fcbfa5aeefadd24eb409ac401.tar.xz |
community/zabbix: disable on mips
Diffstat (limited to 'community/zabbix')
-rw-r--r-- | community/zabbix/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/zabbix/APKBUILD b/community/zabbix/APKBUILD index fc274a09af..17c12bfd7a 100644 --- a/community/zabbix/APKBUILD +++ b/community/zabbix/APKBUILD @@ -7,7 +7,8 @@ pkgver=4.4.7 pkgrel=0 pkgdesc="Enterprise-class open source distributed monitoring" url="http://www.zabbix.com" -arch="all" +# go components FTBFS on mips +arch="all !mips !mips64" license="GPL-2.0-or-later" depends="fping" _php=php7 |