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:
parent
77ea1ed7df
commit
7fdd64be50
21 changed files with 21 additions and 21 deletions
|
@ -8,6 +8,6 @@ source_subpath: hardened/stage3-amd64-hardened+nomultilib-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -8,6 +8,6 @@ source_subpath: hardened/stage3-amd64-hardened-selinux+nomultilib-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -8,6 +8,6 @@ source_subpath: hardened/stage3-amd64-hardened-selinux-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -8,6 +8,6 @@ source_subpath: hardened/stage3-amd64-hardened-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -8,6 +8,6 @@ source_subpath: default/stage3-amd64-nomultilib-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -8,6 +8,6 @@ source_subpath: default/stage3-x32-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -8,6 +8,6 @@ source_subpath: default/stage3-amd64-latest
|
|||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world
|
||||
update_seed_command: --update --deep --newuse @world
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue