On Mon, 2013-12-02 at 21:04 +0100, sebastianlut...@gmx.de wrote:
> From: Sebastian Luther <sebastianlut...@gmx.de>
> 
> ---
>  pym/_emerge/depgraph.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
> index 67b8881..763f3fd 100644
> --- a/pym/_emerge/depgraph.py
> +++ b/pym/_emerge/depgraph.py
> @@ -2337,6 +2337,7 @@ class depgraph(object):
>                       (pkg.root, pkg.slot_atom) in 
> self._dynamic_config._slot_operator_replace_installed and \
>                       mypriority.satisfied is not child and \
>                       mypriority.satisfied.installed and \
> +                     child and \
>                       not child.installed and \
>                       (child.slot != mypriority.satisfied.slot or 
> child.sub_slot != mypriority.satisfied.sub_slot):
>                       slot_operator_rebuild = True


Done, pushed.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to