mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||||
pkgname=jruby
|
pkgname=jruby
|
||||||
pkgver=9.3.10.0
|
pkgver=9.3.10.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="An implementation of Ruby on the JVM"
|
pkgdesc="An implementation of Ruby on the JVM"
|
||||||
url="https://www.jruby.org/"
|
url="https://www.jruby.org/"
|
||||||
# s390x: JVM crash
|
# s390x: JVM crash
|
||||||
@ -105,7 +105,7 @@ rdoc() {
|
|||||||
|
|
||||||
readline() {
|
readline() {
|
||||||
pkgdesc="Readline support for JRuby"
|
pkgdesc="Readline support for JRuby"
|
||||||
depends="$pkgname java-jansi-native"
|
depends="$pkgname"
|
||||||
|
|
||||||
_mvgem jruby-readline
|
_mvgem jruby-readline
|
||||||
_mv $_stdlibdir/jline
|
_mv $_stdlibdir/jline
|
||||||
|
Loading…
Reference in New Issue
Block a user