eclass/ruby-ng.eclass: make ruby23 a no-op
authorHans de Graaff <graaff@gentoo.org>
Sun, 12 May 2019 05:07:12 +0000 (07:07 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 12 May 2019 05:07:12 +0000 (07:07 +0200)
dev-lang/ruby:2.3 has been removed after being masked for a
month. With no implementation in the tree anymore make ruby23 a no-op.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
eclass/ruby-ng.eclass

index f036d476069fcd0ccb991d742269e71c616a53b2..21cbc5d995956291332b268d340ccb6af4e9b0a4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: ruby-ng.eclass
@@ -113,7 +113,7 @@ _ruby_get_all_impls() {
        for i in ${USE_RUBY}; do
                case ${i} in
                        # removed implementations
-                       ruby19|ruby20|ruby21|ruby22|jruby)
+                       ruby19|ruby20|ruby21|ruby22|ruby23|jruby)
                                ;;
                        *)
                                echo ${i};;