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, 27 Apr 2018 07:09:04
Message-Id: 1524812886.75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b.graaff@gentoo
1 commit: 75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 05:41:24 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 07:08:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cf38eb
7
8 eclass/ruby-ng.eclass: ignore ruby22 target in ebuilds
9
10 eclass/ruby-ng.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
14 index 8d6f0082b9e..22dafb31423 100644
15 --- a/eclass/ruby-ng.eclass
16 +++ b/eclass/ruby-ng.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-ng.eclass
23 @@ -112,7 +112,7 @@ _ruby_get_all_impls() {
24 for i in ${USE_RUBY}; do
25 case ${i} in
26 # removed implementations
27 - ruby19|ruby20|ruby21|jruby)
28 + ruby19|ruby20|ruby21|ruby22|jruby)
29 ;;
30 *)
31 echo ${i};;