Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] depgraph: fix runtime package mask interaction with slot operator rebuilds (bug 612094)
Date: Thu, 09 Mar 2017 19:28:32
Message-Id: 20170309112827.1db4d484.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] depgraph: fix runtime package mask interaction with slot operator rebuilds (bug 612094) by Zac Medico
1 On Wed, 8 Mar 2017 22:11:45 -0800
2 Zac Medico <zmedico@g.o> wrote:
3
4 > In some cases the backtracking runtime package mask can interact badly
5 > with slot operator rebuilds, preventing a solution from being found.
6 > This patch fixes the problem, which is demonstrated by the included
7 > unit test.
8 >
9 > X-Gentoo-bug: 612094
10 > X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=612094
11 > ---
12 > pym/_emerge/depgraph.py | 28 +++--
13 > .../test_slot_operator_runtime_pkg_mask.py | 136
14 > +++++++++++++++++++++ 2 files changed, 152 insertions(+), 12
15
16
17 yeah, looks fine
18 --
19 Brian Dolbec <dolsen>

Replies