Skip to content

Commit

Permalink
eclass/ruby-ng.eclass: mark ruby21 as a removed target
Browse files Browse the repository at this point in the history
  • Loading branch information
graaff committed Aug 20, 2017
1 parent 819e3f8 commit b65bc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/ruby-ng.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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};;
Expand Down

0 comments on commit b65bc2e

Please sign in to comment.