aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-05-07 05:39:44 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-05-07 05:39:44 +0000
commit9d44ce5643a5204d1df5d33affd169707463c119 (patch)
tree3412a7073f1f444a7c4de4b943a16a1e2226bbb9 /community
parent73aa93829f8c2d0fafd94de0b2076992e93d51fc (diff)
downloadaports-9d44ce5643a5204d1df5d33affd169707463c119.tar.bz2
aports-9d44ce5643a5204d1df5d33affd169707463c119.tar.xz
community/java-lz4: disable due to build issues
It fails to build because the maven repository it tries to contact refuses to connect over http, and it is not trivial to switch it. Disable the package for now until this is fixed. Issue: #11494
Diffstat (limited to 'community')
-rw-r--r--community/java-lz4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/java-lz4/APKBUILD b/community/java-lz4/APKBUILD
index 10ba028b75..99c0dc846d 100644
--- a/community/java-lz4/APKBUILD
+++ b/community/java-lz4/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.0
pkgrel=0
pkgdesc="LZ4 compression for Java"
url="https://github.com/jpountz/lz4-java"
-arch="all !mips !mips64"
+arch="" # ftbfs due to maven repo refusing http
license="Apache-2.0"
depends="openjdk8-jre-base $pkgname-native"
makedepends="apache-ant openjdk8"