pentoo-updater: ruby27

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-07-02 18:20:20 -04:00
parent 8f27ad26cd
commit 24485451c0
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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 () {