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:
Jakub Jirutka 2023-05-09 00:14:04 +02:00
parent 629f9705ba
commit 2278dbf442

View File

@ -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