diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-12 07:07:12 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-12 07:07:12 +0200 |
commit | 46d1d1cb4b1bef4374072d0f0df8830946d7fe5a (patch) | |
tree | 16a40673e2781b93a03f17c243149ade6bd1b666 /eclass/ruby-ng.eclass | |
parent | sys-fs/rar2fs: remove old (diff) | |
download | gentoo-46d1d1cb4b1bef4374072d0f0df8830946d7fe5a.tar.gz gentoo-46d1d1cb4b1bef4374072d0f0df8830946d7fe5a.tar.bz2 gentoo-46d1d1cb4b1bef4374072d0f0df8830946d7fe5a.zip |
eclass/ruby-ng.eclass: make ruby23 a no-op
dev-lang/ruby:2.3 has been removed after being masked for a
month. With no implementation in the tree anymore make ruby23 a no-op.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
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 f036d476069f..21cbc5d99595 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ruby-ng.eclass @@ -113,7 +113,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20|ruby21|ruby22|jruby) + ruby19|ruby20|ruby21|ruby22|ruby23|jruby) ;; *) echo ${i};; |