From 579cfece94c35b2c8a0183118400269d9143fc3c Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 23 Sep 2023 08:29:56 +0200 Subject: eclass/ruby-ng.eclass: add ruby30 to removed implementations Signed-off-by: Hans de Graaff --- eclass/ruby-ng.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/ruby-ng.eclass') diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 5cea44101593..d80ae96dd40b 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -111,7 +111,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby2[0-7]|jruby) + ruby19|ruby2[0-7]|ruby30|jruby) ;; *) found_valid_impl=1 -- cgit v1.2.3