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>
-# 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
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
- ruby19|ruby20|ruby21|ruby22|jruby)
+ ruby19|ruby20|ruby21|ruby22|ruby23|jruby)
;;
*)
echo ${i};;