Skip to content

Commit

Permalink
eclass/ruby-ng.eclass: make ruby23 a no-op
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
graaff committed May 12, 2019
1 parent c5d7c6e commit 46d1d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/ruby-ng.eclass
@@ -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
Expand Down Expand Up @@ -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};;
Expand Down

0 comments on commit 46d1d1c

Please sign in to comment.