eclass/ruby-ng.eclass: mark ruby27 as removed

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff 2023-05-15 09:31:08 +02:00
parent 75dc7154e2
commit 8a8b23d9f4
No known key found for this signature in database
GPG Key ID: DB347F938654FA34
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ _ruby_get_all_impls() {
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|jruby)
ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|ruby27|jruby)
;;
*)
found_valid_impl=1