aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:40:33 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:40:33 +0000
commit47be4c0efa5c8de5d183e8364789f8f2fb0073e5 (patch)
tree7d47e6cd43d6bf3ab87cf5ab97dd78055ebd8f63 /testing
parente54e8d1195ab2bab6e4f6a65d50b0fec955a0f17 (diff)
downloadaports-47be4c0efa5c8de5d183e8364789f8f2fb0073e5.tar.bz2
aports-47be4c0efa5c8de5d183e8364789f8f2fb0073e5.tar.xz
testing/logstash: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/logstash/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/logstash/APKBUILD b/testing/logstash/APKBUILD
index 2ce5b85db9..9704c0509d 100644
--- a/testing/logstash/APKBUILD
+++ b/testing/logstash/APKBUILD
@@ -5,7 +5,7 @@ pkgver=7.5.2
pkgrel=0
pkgdesc="A flexible, open source, data collection, parsing and enrichment pipeline"
url="http://logstash.net"
-arch="noarch"
+arch="noarch !mips !mips64" # java
license="Apache-2.0"
depends="openjdk8-jre-base java-jffi-native libc6-compat bash"
makedepends="$depends_dev"