specs/*.spec: add --newuse to update_seed_command

This will help handle the global python3_7 change, and such changes in
the future.

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2020-05-11 06:38:24 -05:00
parent 77ea1ed7df
commit 7fdd64be50
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7
21 changed files with 21 additions and 21 deletions

View file

@ -6,7 +6,7 @@ profile: default/linux/s390/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage3-s390-latest
update_seed: yes
update_seed_command: --update --deep @world --jobs 2 --load-average 2
update_seed_command: --update --deep --newuse @world --jobs 2 --load-average 2
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/portage/stages

View file

@ -6,7 +6,7 @@ profile: default/linux/s390/17.0/s390x
snapshot: @TIMESTAMP@
source_subpath: default/stage3-s390x-latest
update_seed: yes
update_seed_command: --update --deep @world --jobs 2 --load-average 2
update_seed_command: --update --deep --newuse @world --jobs 2 --load-average 2
compression_mode: pixz_x
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
portage_confdir: @REPO_DIR@/releases/portage/stages