Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] Re: [PATCH] _backtrack_depgraph: fix bug #523048
Date: Thu, 18 Sep 2014 19:00:55
Message-Id: 541B2BE2.6090608@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] _backtrack_depgraph: fix bug #523048 by Zac Medico
1 On 09/18/2014 11:46 AM, Zac Medico wrote:
2 > This fixes _backtrack_depgraph to immediately report necessary
3 > REQUIRED_USE changes instead of discarding the graph. This is
4 > accomplished by replacing the depgraph.success_without_autounmask
5 > method with a new need_config_change method that accounts for both
6 > autounmask and REQUIRED_USE changes.
7 >
8 > X-Gentoo-Bug: 523048
9 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=523048
10 > ---
11
12 I forgot to include the test case that goes along with this patch, but
13 you can see it in this branch if you're interested:
14
15 https://github.com/zmedico/portage/tree/bug_523048
16 --
17 Thanks,
18 Zac