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: Fri, 07 Aug 2020 06:22:10
Message-Id: 1596781272.ccafd4af6decb9879dda86767d01663f3aa89c86.graaff@gentoo
1 commit: ccafd4af6decb9879dda86767d01663f3aa89c86
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 06:20:28 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 06:21:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccafd4af
7
8 eclass/ruby-{ng,utils}.eclass: mark ruby24 as removed
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 eclass/ruby-ng.eclass | 2 +-
13 eclass/ruby-utils.eclass | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
17 index f92547b49a9..e52c507d801 100644
18 --- a/eclass/ruby-ng.eclass
19 +++ b/eclass/ruby-ng.eclass
20 @@ -118,7 +118,7 @@ _ruby_get_all_impls() {
21 for i in ${USE_RUBY}; do
22 case ${i} in
23 # removed implementations
24 - ruby19|ruby20|ruby21|ruby22|ruby23|jruby)
25 + ruby19|ruby20|ruby21|ruby22|ruby23|ruby24|jruby)
26 ;;
27 *)
28 echo ${i};;
29
30 diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
31 index 2934c94ffac..3f2acc023a5 100644
32 --- a/eclass/ruby-utils.eclass
33 +++ b/eclass/ruby-utils.eclass
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 +# Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 # @ECLASS: ruby-utils.eclass
40 @@ -28,7 +28,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
41 # provide for a better first installation experience.
42
43 # All stable RUBY_TARGETS
44 -RUBY_TARGETS_PREFERENCE="ruby25 ruby24 "
45 +RUBY_TARGETS_PREFERENCE="ruby25 "
46
47 # All other active ruby targets
48 RUBY_TARGETS_PREFERENCE+="ruby26 ruby27"