From 2278dbf4422b57af5a169c549070da0edf76b6b7 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 9 May 2023 00:14:04 +0200 Subject: [PATCH] community/jruby: remove dependency on java-jansi-native It's actually not needed anymore and java-jansi-native is currently broken. --- community/jruby/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jruby/APKBUILD b/community/jruby/APKBUILD index ed379fb3d9e..9d526bdcb0c 100644 --- a/community/jruby/APKBUILD +++ b/community/jruby/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka 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