Skip to content

Commit

Permalink
eclass/ruby-utils.eclass: add ruby32
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Graaff <[email protected]>
  • Loading branch information
graaff committed Feb 28, 2023
1 parent 131be24 commit f123c18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eclass/ruby-utils.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: ruby-utils.eclass
Expand Down Expand Up @@ -36,7 +36,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
RUBY_TARGETS_PREFERENCE="ruby27 "

# All other active ruby targets
RUBY_TARGETS_PREFERENCE+="ruby30 ruby31"
RUBY_TARGETS_PREFERENCE+="ruby30 ruby31 ruby32"


_ruby_implementation_depend() {
Expand Down Expand Up @@ -92,6 +92,10 @@ _ruby_implementation_depend() {
rubypn="dev-lang/ruby"
rubyslot=":3.1"
;;
ruby32)
rubypn="dev-lang/ruby"
rubyslot=":3.2"
;;
ree18)
rubypn="dev-lang/ruby-enterprise"
rubyslot=":1.8"
Expand Down

0 comments on commit f123c18

Please sign in to comment.