diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-14 13:28:40 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-14 13:28:40 +0000 |
commit | 55b2e372105ad8336a58730f0409f899e6db4c68 (patch) | |
tree | 10672934566bdbd16bce9f49ee39306317c3fd6a /community/elasticsearch | |
parent | bb0fff194bedb81bffafa393ba6f93c750f03bd0 (diff) | |
download | aports-55b2e372105ad8336a58730f0409f899e6db4c68.tar.bz2 aports-55b2e372105ad8336a58730f0409f899e6db4c68.tar.xz |
community/elasticsearch: enable build on ppc64le
Diffstat (limited to 'community/elasticsearch')
-rw-r--r-- | community/elasticsearch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/elasticsearch/APKBUILD b/community/elasticsearch/APKBUILD index 5cb232fbaf..7e5c8b7f48 100644 --- a/community/elasticsearch/APKBUILD +++ b/community/elasticsearch/APKBUILD @@ -5,7 +5,7 @@ pkgver=6.1.1 pkgrel=0 pkgdesc="Open Source, Distributed, RESTful Search Engine" url="https://www.elastic.co/products/elasticsearch" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="Apache-2.0" depends="java-jna-native>=4.1 openjdk8-jre bash" makedepends="" |