mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
pentoo-updater: ruby27
This commit is contained in:
parent
8f27ad26cd
commit
24485451c0
1 changed files with 6 additions and 0 deletions
|
|
@ -103,9 +103,15 @@ set_java() {
|
|||
}
|
||||
|
||||
set_ruby() {
|
||||
if portageq has_version / dev-lang/ruby:2.7; then
|
||||
eselect ruby set ruby27
|
||||
return 0
|
||||
fi
|
||||
if portageq has_version / dev-lang/ruby:2.6; then
|
||||
eselect ruby set ruby26
|
||||
return 0
|
||||
fi
|
||||
return 1
|
||||
}
|
||||
|
||||
check_profile () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue