Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] _backtrack_depgraph: fix bug #523048
Date: Thu, 18 Sep 2014 21:07:21
Message-Id: 20140918140703.4e126b67.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] _backtrack_depgraph: fix bug #523048 by Zac Medico
1 On Thu, 18 Sep 2014 11:46:55 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > This fixes _backtrack_depgraph to immediately report necessary
5 > REQUIRED_USE changes instead of discarding the graph. This is
6 > accomplished by replacing the depgraph.success_without_autounmask
7 > method with a new need_config_change method that accounts for both
8 > autounmask and REQUIRED_USE changes.
9 >
10 > X-Gentoo-Bug: 523048
11 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=523048
12 > ---
13 > pym/_emerge/depgraph.py | 11 +++++++----
14 > pym/portage/tests/resolver/ResolverPlayground.py | 16
15 > ++++++++++++++-- 2 files changed, 21 insertions(+), 6 deletions(-)
16 >
17
18 LGTM
19 --
20 Brian Dolbec <dolsen>