diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 14:03:59 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 14:04:25 +0300 |
commit | a2acbeb33fea22a017d18b629348b840cd9cc4c2 (patch) | |
tree | 59d123a47eafce90dfda04222d4aa860c0f4a948 | |
parent | cafc9bd6980fc9e5dc3d499ebc838dcf532c9578 (diff) | |
download | aports-a2acbeb33fea22a017d18b629348b840cd9cc4c2.tar.bz2 aports-a2acbeb33fea22a017d18b629348b840cd9cc4c2.tar.xz |
testing/[elasticsearch,maven]: disable on armhf, no openjdk8
-rw-r--r-- | testing/elasticsearch/APKBUILD | 2 | ||||
-rw-r--r-- | testing/maven/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/elasticsearch/APKBUILD b/testing/elasticsearch/APKBUILD index 982d98cf13..bd321fecd1 100644 --- a/testing/elasticsearch/APKBUILD +++ b/testing/elasticsearch/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.2.1 pkgrel=0 pkgdesc="Open Source, Distributed, RESTful Search Engine" url="https://www.elastic.co/products/elasticsearch" -arch="noarch" +arch="x86_64 x86" license="ASL 2.0" depends="openjdk8-jre" makedepends="" diff --git a/testing/maven/APKBUILD b/testing/maven/APKBUILD index 2ff4f7f774..8eb9d64119 100644 --- a/testing/maven/APKBUILD +++ b/testing/maven/APKBUILD @@ -7,7 +7,7 @@ _pkgname="$pkgname-${pkgver%%.*}" pkgrel=0 pkgdesc="A Java project management and project comprehension tool." url="http://maven.apache.org" -arch="noarch" +arch="x86_64 x86" license="ASL 2.0" depends="openjdk8-jre" source="http://mirror.hosting90.cz/apache/$pkgname/$_pkgname/$pkgver/binaries/apache-$pkgname-$pkgver-bin.tar.gz" |