Skip to content

Commit

Permalink
ruby-ng.eclass: Kill ruby19
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 15, 2017
1 parent 29cc939 commit bfdd4d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/ruby-ng.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# and their incorporation into the Gentoo Linux system.
#
# Currently available targets are:
# * ruby19 - Ruby (MRI) 1.9.x
# * ruby20 - Ruby (MRI) 2.0.x
# * ruby21 - Ruby (MRI) 2.1.x
# * ruby22 - Ruby (MRI) 2.2.x
Expand Down Expand Up @@ -118,6 +117,9 @@ _ruby_get_all_impls() {
local i
for i in ${USE_RUBY}; do
case ${i} in
# removed implementations
ruby19)
;;
*)
echo ${i};;
esac
Expand Down

0 comments on commit bfdd4d8

Please sign in to comment.