summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-08-27 08:31:20 +0200
committerHans de Graaff <graaff@gentoo.org>2022-08-27 08:31:51 +0200
commit71000253e028f1ce028163185d49c2c84b25c2a7 (patch)
treeb02c6ebf986cd6b905bb05c640111570aa12e753
parentruby-single.eclass: update ruby versions in examples (diff)
downloadgentoo-71000253.tar.gz
gentoo-71000253.tar.bz2
gentoo-71000253.zip
ruby-ng.eclass: add ruby26 to the list of removed implementations
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--eclass/ruby-ng.eclass2
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};;