diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-09-12 09:07:54 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-09-12 09:11:21 +0200 |
commit | 0b38c1930dcab0172257ab1c0882fd6b2b441459 (patch) | |
tree | ca1875411f16b9a6b678d4d296134325d1cde92a /eclass | |
parent | dev-lang/ruby: cleanup of masked ruby:2.5 (diff) | |
download | gentoo-0b38c1930dcab0172257ab1c0882fd6b2b441459.tar.gz gentoo-0b38c1930dcab0172257ab1c0882fd6b2b441459.tar.bz2 gentoo-0b38c1930dcab0172257ab1c0882fd6b2b441459.zip |
eclass/ruby-ng.eclass: ruby25 is no longer available
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 ac9c117c0c02..6b3c0c25eaa2 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -116,7 +116,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|jruby) + ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|jruby) ;; *) echo ${i};; |