On 12/23/2015 01:39 PM, Lucian Poston wrote:
> diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
> index a080ba4..5004fd1 100644
> --- a/pym/_emerge/actions.py
> +++ b/pym/_emerge/actions.py
> @@ -327,6 +327,10 @@ def action_build(settings, trees, mtimedb,
>                       display_missing_pkg_set(root_config, e.value)
>                       return 1
>  
> +             if "--autounmask-only" in myopts:
> +                     mydepgraph.display_autounmask()
> +                     return 0
> +
>               if not success:
>                       mydepgraph.display_problems()
>                       return 1

I think we should also call display_problems just before
display_autounmask, since it could display some very useful information.
Otherwise, the patch looks good to me.
-- 
Thanks,
Zac

Reply via email to