commit:     ef23aed313ecb158b6b4d48466be73049f91ee5b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 11:23:21 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 15 13:28:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef23aed3

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 3082a692f10..2334f005d6f 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};;

Reply via email to