mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
pentoo-updater: catch changed deps earlier for catalyst runs
This commit is contained in:
parent
8a0f90e87a
commit
c21933130c
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ $(portageq envvar PYTHON_TARGETS | cut -d" " -f 2 | sed 's#_#.#') -c "from _mult
|
|||
|
||||
emerge --update --newuse --oneshot portage || safe_exit
|
||||
|
||||
if [ -n "${clst_target}" ]; then
|
||||
emerge @changed-deps || safe_exit
|
||||
fi
|
||||
|
||||
emerge --deep --update --newuse -kb @world || safe_exit
|
||||
|
||||
perl-cleaner --ph-clean --modules -- --buildpkg=y || safe_exit
|
||||
|
||||
emerge --deep --update --newuse -kb @world || safe_exit
|
||||
|
|
|
|||
Loading…
Reference in a new issue