diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-08 21:31:07 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-08 21:35:32 +0000 |
commit | 9a201ed69d1aa45e84a636598fffb59805ec06b2 (patch) | |
tree | ebeac5d14f0a4dbf6ebd35edfffae50b45260523 | |
parent | 5485bc56e50e2d2e96eebe7e3bc6c600779dd69a (diff) | |
download | aports-9a201ed69d1aa45e84a636598fffb59805ec06b2.tar.bz2 aports-9a201ed69d1aa45e84a636598fffb59805ec06b2.tar.xz |
community/monitoring-plugins: Disable building on ppc64le
Disabling this package temporarily because I am not able to reproduce
the buildlog issue on my machine.
-rw-r--r-- | community/monitoring-plugins/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/monitoring-plugins/APKBUILD b/community/monitoring-plugins/APKBUILD index f34bed1574..a2a32bee3e 100644 --- a/community/monitoring-plugins/APKBUILD +++ b/community/monitoring-plugins/APKBUILD @@ -5,7 +5,7 @@ pkgver="2.2" pkgrel=0 pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications" url="http://www.monitoring-plugins.org" -arch="all" +arch="all !ppc64le" license="GPL3" depends="" depends_dev="" |