ruby-ng.eclass: Kill jruby

This commit is contained in:
Michał Górny
2017-05-13 13:23:21 +02:00
parent 6db883010b
commit ef23aed313

View File

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