aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-30 23:00:36 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-30 23:05:41 +0200
commitbdb14419097d3dfc5ea12dc662ccb5d0772506b1 (patch)
tree922bfb3a2cec4ed0fcd4cbbf7950f4490587956a
parent6d40ebff80986874964cc4014fe541f58b0aa7d1 (diff)
downloadaports-bdb14419097d3dfc5ea12dc662ccb5d0772506b1.tar.bz2
aports-bdb14419097d3dfc5ea12dc662ccb5d0772506b1.tar.xz
community/java-jansi-native: enable for all archs
openjdk8 is now built for all archs
-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 e68d496f1f..d2c8cca97c 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"