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: Mon, 26 Dec 2016 19:17:19
Message-Id: 1482779812.a4a79149b05c66b56e2972576f5b521edc9c7630.graaff@gentoo
1 commit: a4a79149b05c66b56e2972576f5b521edc9c7630
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 07:01:57 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 19:16:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a79149
7
8 ruby-utils.eclass: update default RUBY_TARGETS ordering
9
10 Remove obsolete versions and promote ruby21 to the stable list.
11
12 eclass/ruby-utils.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
16 index 66ba5e8..e3c60b4 100644
17 --- a/eclass/ruby-utils.eclass
18 +++ b/eclass/ruby-utils.eclass
19 @@ -28,10 +28,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then
20 # provide for a better first installation experience.
21
22 # All RUBY_TARGETS
23 -RUBY_TARGETS_PREFERENCE="ruby20 ruby19 "
24 +RUBY_TARGETS_PREFERENCE="ruby21 "
25
26 # All other active ruby targets
27 -RUBY_TARGETS_PREFERENCE+="ruby21 ruby22 ruby23 ruby24"
28 +RUBY_TARGETS_PREFERENCE+="ruby22 ruby23 ruby24"
29
30
31 _ruby_implementation_depend() {