aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-05-18 15:16:23 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-05-18 15:16:23 +0300
commit711f334ca8cf88be4941e7630ce7e6ab1be51a72 (patch)
tree34dfb99463a6d3247ed139b040b57005367ba6ae
parent78bf59e5effc90b04f2f72bd46948c1954b4a1ec (diff)
downloadaports-711f334ca8cf88be4941e7630ce7e6ab1be51a72.tar.bz2
aports-711f334ca8cf88be4941e7630ce7e6ab1be51a72.tar.xz
testing/jruby: disable on armhf
dependency on openjdk8
-rw-r--r--testing/jruby/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/jruby/APKBUILD b/testing/jruby/APKBUILD
index 295093edd4..c555b23b97 100644
--- a/testing/jruby/APKBUILD
+++ b/testing/jruby/APKBUILD
@@ -7,7 +7,7 @@ pkgver=9.1.0.0
pkgrel=0
pkgdesc="An implementation of Ruby on the JVM"
url="http://jruby.org"
-arch="noarch"
+arch="x86 x86_64"
license="EPL GPL-2 LGPL-2.1 custom"
# libc6-compat: https://github.com/jnr/jnr-posix/issues/73
depends="$pkgname-libs java-jffi-native>=1.2 libc6-compat>=1.1.12-r5 openjdk8-jre-base"