Re: [gentoo-portage-dev] [PATCH] depgraph: autounmask for conditional USE deps (bug 566704)

2015-11-24 Thread Zac Medico
On 11/24/2015 03:47 AM, Alexander Berntsen wrote: > What's up with the pargs/kwargs stuff? I don't remember that stuff. > > Specifically, what does > On 24/11/15 10:30, Zac Medico wrote: >> +pargs, kwargs = item >> +kwargs = kwargs.copy() >>

[gentoo-portage-dev] [PATCH] depgraph: autounmask for conditional USE deps (bug 566704)

2015-11-24 Thread Zac Medico
For parents with unsatisfied conditional dependencies, translate USE change suggestions into autounmask changes. X-Gentoo-Bug: 566704 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=566704 --- pym/_emerge/depgraph.py| 36 +++-

Re: [gentoo-portage-dev] [PATCH] depgraph: autounmask for conditional USE deps (bug 566704)

2015-11-24 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Woah -- nice! What's up with the pargs/kwargs stuff? I don't remember that stuff. Specifically, what does On 24/11/15 10:30, Zac Medico wrote: > + pargs, kwargs = item > + kwargs =