From ef23aed313ecb158b6b4d48466be73049f91ee5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 13 May 2017 13:23:21 +0200 Subject: [PATCH] ruby-ng.eclass: Kill jruby --- eclass/ruby-ng.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 3082a692f10bf..2334f005d6f7e 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -18,7 +18,6 @@ # * ruby22 - Ruby (MRI) 2.2.x # * ruby23 - Ruby (MRI) 2.3.x # * ruby24 - Ruby (MRI) 2.4.x -# * jruby - JRuby # * rbx - Rubinius # # This eclass does not define the implementation of the configure, @@ -117,7 +116,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20) + ruby19|ruby20|jruby) ;; *) echo ${i};;