Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] depgraph: autounmask for conditional USE deps (bug 566704)
Date: Tue, 24 Nov 2015 17:08:14
Message-Id: 56549975.1070700@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] depgraph: autounmask for conditional USE deps (bug 566704) by Alexander Berntsen
1 On 11/24/2015 03:47 AM, Alexander Berntsen wrote:
2 > Woah -- nice!
3 >
4 > What's up with the pargs/kwargs stuff? I don't remember that stuff.
5 >
6 > Specifically, what does
7 > On 24/11/15 10:30, Zac Medico wrote:
8 >> + pargs, kwargs = item
9 >> + kwargs = kwargs.copy()
10 >> + kwargs['collect_use_changes'] = True
11 >> + if not self._show_unsatisfied_dep(*pargs,
12 >> + **portage._native_kwargs(kwargs))
13 >
14 > really do line by line?
15
16 Yes, one broken dependency at a time, which is how all of the other
17 autounmask changes are generated.
18
19 >
20 > ACK, though.
21 >
22
23 Thanks! Pushed.
24 --
25 Thanks,
26 Zac