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, 09 Jul 2021 08:15:16
Message-Id: 1625818503.f6895087a05c4aea59adf2cfdf8294d4e0cf7b37.graaff@gentoo
1 commit: f6895087a05c4aea59adf2cfdf8294d4e0cf7b37
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 06:31:18 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 08:15:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6895087
7
8 ruby-utils.eclass: remove ruby25 from preferences list
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 eclass/ruby-utils.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
16 index d4b1534caef..2506aee2554 100644
17 --- a/eclass/ruby-utils.eclass
18 +++ b/eclass/ruby-utils.eclass
19 @@ -33,7 +33,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
20 # provide for a better first installation experience.
21
22 # All stable RUBY_TARGETS
23 -RUBY_TARGETS_PREFERENCE="ruby26 ruby25 "
24 +RUBY_TARGETS_PREFERENCE="ruby26 "
25
26 # All other active ruby targets
27 RUBY_TARGETS_PREFERENCE+="ruby27 ruby30"