Hi, sometimes some packages cannot be re-emerged (currently e.g. app-office/kexi) In that case emerge @preserved-rebuild cannot be persuaded to do any other upgrades (currently nearly 100 packages due to a new jpeg library) It would be nice if there were an option to tell emerge to re-emerge anything that can be done (not depending on those packages which cannot be re-emerged currently) I am using portage-2.2_rc61
We can do this by tagging the set's atoms as "optional".
(In reply to comment #0) > It would be nice if there were an option to tell emerge to re-emerge > anything that can be done (not depending on those packages which cannot > be re-emerged currently) Isn't that what --keep-going does? I've used it for this in the past.
(In reply to comment #2) > Isn't that what --keep-going does? I've used it for this in the past. No, not exactly. What's really needed is a way to cope better with unsatisfied dependencies, as requested in bug 328343.