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: Wed, 25 Dec 2019 09:08:11
Message-Id: 1577264829.4ead4e89f4bc8d3aac34d0951fa632a886c6357c.graaff@gentoo
1 commit: 4ead4e89f4bc8d3aac34d0951fa632a886c6357c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 09:07:09 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 09:07:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ead4e89
7
8 ruby-utils.eclass: update target preferences
9
10 Match them to the current situation on the most common arches.
11
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 eclass/ruby-utils.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
18 index 89d06fd75e3..15a9e5630ea 100644
19 --- a/eclass/ruby-utils.eclass
20 +++ b/eclass/ruby-utils.eclass
21 @@ -28,10 +28,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then
22 # provide for a better first installation experience.
23
24 # All stable RUBY_TARGETS
25 -RUBY_TARGETS_PREFERENCE="ruby24 "
26 +RUBY_TARGETS_PREFERENCE="ruby25 ruby24 "
27
28 # All other active ruby targets
29 -RUBY_TARGETS_PREFERENCE+="ruby25 ruby26"
30 +RUBY_TARGETS_PREFERENCE+="ruby26"
31
32
33 _ruby_implementation_depend() {