aboutsummaryrefslogtreecommitdiffstats
path: root/testing/influxdb
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-05-09 14:53:57 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-05-09 14:54:56 +0000
commit211d3f66ad6d41b00b54687ef5f7343514d6b8be (patch)
tree1a93e007e26a76b2b896d1f4bbd997fa9b0325d8 /testing/influxdb
parent8df15d916bed58beb64c88b4553b8b487f9e035c (diff)
downloadaports-211d3f66ad6d41b00b54687ef5f7343514d6b8be.tar.bz2
aports-211d3f66ad6d41b00b54687ef5f7343514d6b8be.tar.xz
testing/influxdb: Do not build on ppc64le
influxdb depends on community/glide, that is not built for ppc64le. Disabling this package until we have glide on ppc64le.
Diffstat (limited to 'testing/influxdb')
-rw-r--r--testing/influxdb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/influxdb/APKBUILD b/testing/influxdb/APKBUILD
index a927ae49fe..1c1dc3f7c1 100644
--- a/testing/influxdb/APKBUILD
+++ b/testing/influxdb/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.2
pkgrel=0
pkgdesc="Scalable datastore for metrics, events, and real-time analytics"
url="https://www.influxdata.com/time-series-platform/influxdb/"
-arch="all !aarch64"
+arch="all !aarch64 !ppc64le"
license="MIT"
makedepends="go glide python2 asciidoc xmlto"
pkgusers="influxdb"