diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-30 06:41:24 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-27 09:08:06 +0200 |
commit | 75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b (patch) | |
tree | 0be147b9c524d99d742d11584ed210b377517e8d /eclass/ruby-ng.eclass | |
parent | profiles/package.mask: mask ruby 2.2 for removal (diff) | |
download | gentoo-75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b.tar.gz gentoo-75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b.tar.bz2 gentoo-75cf38eb9a2dd7f3c1a6ea67248cc31838a7532b.zip |
eclass/ruby-ng.eclass: ignore ruby22 target in ebuilds
Diffstat (limited to 'eclass/ruby-ng.eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 8d6f0082b9e8..22dafb31423a 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ruby-ng.eclass @@ -112,7 +112,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20|ruby21|jruby) + ruby19|ruby20|ruby21|ruby22|jruby) ;; *) echo ${i};; |