commit:     75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 05:41:24 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 07:08:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cf38eb

eclass/ruby-ng.eclass: ignore ruby22 target in ebuilds

 eclass/ruby-ng.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 8d6f0082b9e..22dafb31423 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: ruby-ng.eclass
@@ -112,7 +112,7 @@ _ruby_get_all_impls() {
        for i in ${USE_RUBY}; do
                case ${i} in
                        # removed implementations
-                       ruby19|ruby20|ruby21|jruby)
+                       ruby19|ruby20|ruby21|ruby22|jruby)
                                ;;
                        *)
                                echo ${i};;

Reply via email to