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: Sun, 12 Sep 2021 07:11:30
Message-Id: 1631430681.0b38c1930dcab0172257ab1c0882fd6b2b441459.graaff@gentoo
1 commit: 0b38c1930dcab0172257ab1c0882fd6b2b441459
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:07:54 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:11:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b38c193
7
8 eclass/ruby-ng.eclass: ruby25 is no longer available
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 ac9c117c0c0..6b3c0c25eaa 100644
17 --- a/eclass/ruby-ng.eclass
18 +++ b/eclass/ruby-ng.eclass
19 @@ -116,7 +116,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|jruby)
24 + ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|ruby25|jruby)
25 ;;
26 *)
27 echo ${i};;