diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-07-31 07:49:32 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-08-20 10:59:05 +0200 |
commit | b65bc2e3c80e33a3386dbe70ccc95f9afc272262 (patch) | |
tree | 03bbd447381b1aa2e7584a45baf4663481b7e7b0 /eclass | |
parent | profiles/package.mask: mask ruby21 for removal (diff) | |
download | gentoo-b65bc2e3c80e33a3386dbe70ccc95f9afc272262.tar.gz gentoo-b65bc2e3c80e33a3386dbe70ccc95f9afc272262.tar.bz2 gentoo-b65bc2e3c80e33a3386dbe70ccc95f9afc272262.zip |
eclass/ruby-ng.eclass: mark ruby21 as a removed target
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 2334f005d6f7..51ab397bb560 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -116,7 +116,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby20|jruby) + ruby19|ruby20|ruby21|jruby) ;; *) echo ${i};; |