Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #520856
Date: Sun, 31 Aug 2014 14:54:21
Message-Id: 20140831075255.3f49efb0.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #520856 by Zac Medico
1 On Sat, 30 Aug 2014 00:40:20 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > This fixes the check_reverse_dependencies function (inside the
5 > depgraph _slot_operator_update_probe method) to account for
6 > irrelevant parent atoms from parents that need to be rebuilt or have
7 > been involved in unsolved slot conflicts.
8 >
9 > X-Gentoo-Bug: 520856
10 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=520856
11 > ---
12 > pym/_emerge/depgraph.py | 35 +++++++++++++++++++++++++++++++----
13 > 1 file changed, 31 insertions(+), 4 deletions(-)
14 >
15
16 I like this patch :) it is well commented to explain the logic for
17 future troubleshooting or changes.
18
19 Since Arfever confirmed it fixed the bug for him, I think this is
20 clear to merge.
21
22
23 --
24 Brian Dolbec <dolsen>

Replies