From 46d1d1cb4b1bef4374072d0f0df8830946d7fe5a Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 12 May 2019 07:07:12 +0200 Subject: [PATCH] eclass/ruby-ng.eclass: make ruby23 a no-op 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 --- 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 f036d476069f..21cbc5d99595 100644 --- a/eclass/ruby-ng.eclass +++ b/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 @@ -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};; -- 2.26.2