Skip to content

Commit

Permalink
ruby-utils.eclass: add ruby25 target
Browse files Browse the repository at this point in the history
  • Loading branch information
graaff committed Dec 25, 2017
1 parent 81e8665 commit e2e10fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eclass/ruby-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ _ruby_implementation_depend() {
rubypn="dev-lang/ruby"
rubyslot=":2.4"
;;
ruby25)
rubypn="dev-lang/ruby"
rubyslot=":2.5"
;;
ree18)
rubypn="dev-lang/ruby-enterprise"
rubyslot=":1.8"
Expand Down

0 comments on commit e2e10fe

Please sign in to comment.