aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jruby/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-04-08 15:41:44 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-08 13:45:42 +0000
commit09bb3ef33a4eea4ed140b39103179372b9d9a07a (patch)
tree8f76c1f60f04aec941af017ab66651567228587f /testing/jruby/APKBUILD
parent0e8816baf2bc1ec97e59f735e8d04c8cac9e2629 (diff)
downloadaports-09bb3ef33a4eea4ed140b39103179372b9d9a07a.tar.bz2
aports-09bb3ef33a4eea4ed140b39103179372b9d9a07a.tar.xz
testing/jruby: remove post-install workaround for crypt.so
Diffstat (limited to 'testing/jruby/APKBUILD')
-rw-r--r--testing/jruby/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/jruby/APKBUILD b/testing/jruby/APKBUILD
index 0156653bac..010355e16d 100644
--- a/testing/jruby/APKBUILD
+++ b/testing/jruby/APKBUILD
@@ -4,15 +4,14 @@
# so it's probably not much usable for regular users.
pkgname=jruby
pkgver=9.0.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="An implementation of Ruby on the JVM"
url="http://jruby.org"
arch="noarch"
license="EPL GPL-2 LGPL-2.1 custom"
# libc6-compat: https://github.com/jnr/jnr-posix/issues/73
-depends="java-jffi-native>=1.2 libc6-compat openjdk8-jre"
+depends="java-jffi-native>=1.2 libc6-compat>=1.1.12-r5 openjdk8-jre"
makedepends="openjdk8 zip"
-install="$pkgname.post-install"
subpackages="$pkgname-irb $pkgname-maven $pkgname-minitest $pkgname-rake
$pkgname-rdoc $pkgname-readline $pkgname-testunit $pkgname-libs
"