diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-08-27 08:31:20 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-08-27 08:31:51 +0200 |
commit | 71000253e028f1ce028163185d49c2c84b25c2a7 (patch) | |
tree | b02c6ebf986cd6b905bb05c640111570aa12e753 /eclass | |
parent | ruby-single.eclass: update ruby versions in examples (diff) | |
download | gentoo-71000253e028f1ce028163185d49c2c84b25c2a7.tar.gz gentoo-71000253e028f1ce028163185d49c2c84b25c2a7.tar.bz2 gentoo-71000253e028f1ce028163185d49c2c84b25c2a7.zip |
ruby-ng.eclass: add ruby26 to the list of removed implementations
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 06548392a501..6eceb4d5ba9f 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -114,7 +114,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|jruby) + ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|jruby) ;; *) echo ${i};; |