mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/jruby: remove dependency on java-jansi-native
It's actually not needed anymore and java-jansi-native is currently broken.
This commit is contained in:
parent
629f9705ba
commit
2278dbf442
@ -2,7 +2,7 @@
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=jruby
|
||||
pkgver=9.3.10.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of Ruby on the JVM"
|
||||
url="https://www.jruby.org/"
|
||||
# s390x: JVM crash
|
||||
@ -105,7 +105,7 @@ rdoc() {
|
||||
|
||||
readline() {
|
||||
pkgdesc="Readline support for JRuby"
|
||||
depends="$pkgname java-jansi-native"
|
||||
depends="$pkgname"
|
||||
|
||||
_mvgem jruby-readline
|
||||
_mv $_stdlibdir/jline
|
||||
|
Loading…
Reference in New Issue
Block a user