On 4/29/19 12:33 AM, Zac Medico wrote: > + # If all choices have unsatisfied deps, fall back to default > + # autounmask=False behavior. > + choice = choices[0] > + > + if autounmask: > + # An autounmask choice has been rejected, so clear its > + # package selections from the cache. > + self._dynamic_config._filtered_trees[dep_root]["porttree"].dbapi._clear_cache() In the above case we actually need to revert any autounmask settings that might have been created. I'll add that and submit an updated patch. -- Thanks, Zac