commit: 46d1d1cb4b1bef4374072d0f0df8830946d7fe5a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 05:07:12 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 12 05:07:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d1d1cb
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 <graaff <AT> gentoo.org>
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 f036d476069..21cbc5d9959 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};;