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, 15 Jul 2018 05:43:57
Message-Id: 1531633300.8921ba7c4220f95be0709f97bd42467428489637.graaff@gentoo
1 commit: 8921ba7c4220f95be0709f97bd42467428489637
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 05:40:37 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 05:41:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8921ba7c
7
8 ruby-utils.eclass: drop obsolete ruby22 target
9
10 eclass/ruby-utils.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
14 index 2ecef93d317..6098a7ed764 100644
15 --- a/eclass/ruby-utils.eclass
16 +++ b/eclass/ruby-utils.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: ruby-utils.eclass
23 @@ -28,7 +28,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
24 # provide for a better first installation experience.
25
26 # All RUBY_TARGETS
27 -RUBY_TARGETS_PREFERENCE="ruby23 ruby22 "
28 +RUBY_TARGETS_PREFERENCE="ruby23 "
29
30 # All other active ruby targets
31 RUBY_TARGETS_PREFERENCE+="ruby24 ruby25"