mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 20:14:17 +01:00
pentoo-updater: ensure things aren't stuck on ruby25
This commit is contained in:
parent
6d21e7f214
commit
9eb7b62e1a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue