diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-05-16 10:51:58 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-05-16 10:51:58 +0300 |
commit | 29aefa0456449c70e33ab8d6af5b9b478284f626 (patch) | |
tree | d6ba74507320193cfbcf1d42efa89629ca0cd365 | |
parent | 83bb4f23dc439c99df6dc39abb8626631f705e48 (diff) | |
download | aports-29aefa0456449c70e33ab8d6af5b9b478284f626.tar.bz2 aports-29aefa0456449c70e33ab8d6af5b9b478284f626.tar.xz |
testing/elasticsearch: disable on armhf
openjdk8 dependency
-rw-r--r-- | testing/elasticsearch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/elasticsearch/APKBUILD b/testing/elasticsearch/APKBUILD index d35ae4acdf..1a8fea27a1 100644 --- a/testing/elasticsearch/APKBUILD +++ b/testing/elasticsearch/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.3.1 pkgrel=1 pkgdesc="Open Source, Distributed, RESTful Search Engine" url="https://www.elastic.co/products/elasticsearch" -arch="noarch" +arch="x86 x86_64" license="ASL-2.0" depends="java-jna-native>=4.1 openjdk8-jre" makedepends="" |