Zac Medico wrote:
> Inside depgraph._resolve(), it returns False if
> self._dynamic_config._needed_use_config_changes is non-empty. You want
> to add an option that causes it to return True instead. Also, you'll
> need to propagate these changes to the config.setcpv() method somehow,
> so that the changes will be applied by the Scheduler at build time.
> Normally, the config.setcpv() method calculates USE based on config
> files, but you want it override the config files with whatever values
> the depgraph's _needed_use_config_changes contains.

Thanks - much appreciated.


-Michael


Reply via email to