Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 771999

Summary: sys-apps/portage: enable emerge --keep-going to modify behavior of emerge --resume commands
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=771987
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 373807    

Description Zac Medico gentoo-dev 2021-02-22 01:07:38 UTC
For emerge --resume commands, it would make sense for emerge --keep-going to automatically drop packages with unsatisfied dependencies.
Comment 1 Zac Medico gentoo-dev 2021-02-22 04:18:37 UTC
The emerge --keep-going option currently does not affect the dependency calculation in any way. So, the dependency calculation is the same whether it occurs due to a --keep-going restart or due to an emerge --resume invocation.