pentoo-updater: ensure things aren't stuck on ruby25

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-09-23 11:59:29 -04:00
parent 6d21e7f214
commit 9eb7b62e1a
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -402,6 +402,10 @@ main_checks() {
if [ -n "$(portageq match / '<dev-lang/ruby-2.5')" ]; then
revdep-rebuild --library 'libruby24.so.2.4' -- --buildpkg=y --usepkg=n --changed-deps --exclude ruby
fi
#and then ruby 2.5
if [ -n "$(portageq match / '<dev-lang/ruby-2.6')" ]; then
revdep-rebuild --library 'libruby24.so.2.5' -- --buildpkg=y --usepkg=n --changed-deps --exclude ruby
fi
#before we begin main installs, let's remove what may need removing
#handle hard blocks here, and like this