aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/java-jansi-native/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/java-jansi-native/APKBUILD b/community/java-jansi-native/APKBUILD
index e68d496f1fc..d2c8cca97c1 100644
--- a/community/java-jansi-native/APKBUILD
+++ b/community/java-jansi-native/APKBUILD
@@ -6,8 +6,7 @@ pkgver=1.5
pkgrel=0
pkgdesc="Native JNI libraries used by the Jansi project."
url="https://github.com/fusesource/jansi-native"
-# openjdk8 is currently built only for x86*
-arch="x86 x86_64"
+arch="all"
license="ASL-2.0"
depends="openjdk8-jre-base"
makedepends="autoconf automake libtool maven openjdk8"