Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 27 Aug 2022 23:11:31
Message-Id: 1661581911.71000253e028f1ce028163185d49c2c84b25c2a7.graaff@gentoo
1 commit: 71000253e028f1ce028163185d49c2c84b25c2a7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:31:20 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:31:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71000253
7
8 ruby-ng.eclass: add ruby26 to the list of removed implementations
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 eclass/ruby-ng.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
16 index 06548392a501..6eceb4d5ba9f 100644
17 --- a/eclass/ruby-ng.eclass
18 +++ b/eclass/ruby-ng.eclass
19 @@ -114,7 +114,7 @@ _ruby_get_all_impls() {
20 for i in ${USE_RUBY}; do
21 case ${i} in
22 # removed implementations
23 - ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|jruby)
24 + ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|ruby26|jruby)
25 ;;
26 *)
27 echo ${i};;