mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
pentoo-updater: support ruby31
This commit is contained in:
parent
6f2fc3244d
commit
7b82c4e1dd
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ set_java() {
|
|||
}
|
||||
|
||||
set_ruby() {
|
||||
if portageq has_version / dev-lang/ruby:3.1; then
|
||||
eselect ruby set ruby31
|
||||
return 0
|
||||
fi
|
||||
if portageq has_version / dev-lang/ruby:3.0; then
|
||||
eselect ruby set ruby30
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue