diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-05-14 13:26:34 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-05-14 13:26:34 +0300 |
commit | f1c9d7cdf66a6bdb1e0cb7be42d12c1c6fb22a88 (patch) | |
tree | a6e27c3490b425f05c339ff087b597a733412194 | |
parent | b95fa69b87419968d72839903e320e53d0e71a85 (diff) | |
download | aports-f1c9d7cdf66a6bdb1e0cb7be42d12c1c6fb22a88.tar.bz2 aports-f1c9d7cdf66a6bdb1e0cb7be42d12c1c6fb22a88.tar.xz |
testing/java-lz4: disable on arm
openjdk8 dependency
-rw-r--r-- | testing/java-lz4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/java-lz4/APKBUILD b/testing/java-lz4/APKBUILD index 4dd92a4c4d..7a65fab19b 100644 --- a/testing/java-lz4/APKBUILD +++ b/testing/java-lz4/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3.0 pkgrel=0 pkgdesc="LZ4 compression for Java" url="https://github.com/jpountz/lz4-java" -arch="all" +arch="x86 x86_64" license="ASL-2.0" depends="openjdk8-jre-base" makedepends="apache-ant build-base openjdk8" |