Re: [gentoo-portage-dev] [PATCH] depgraph: trigger slot operator rebuilds via _complete_graph (bug 614390)

2017-03-31 Thread Zac Medico
On Fri, Mar 31, 2017 at 10:06 PM, Brian Dolbec wrote: > On Fri, 31 Mar 2017 21:11:41 -0700 > Zac Medico wrote: > >> Fix _complete_graph to trigger rebuilds of parent packages when they >> pull in installed packages that had already been scheduled for

Re: [gentoo-portage-dev] [PATCH] depgraph: trigger slot operator rebuilds via _complete_graph (bug 614390)

2017-03-31 Thread Brian Dolbec
On Fri, 31 Mar 2017 21:11:41 -0700 Zac Medico wrote: > Fix _complete_graph to trigger rebuilds of parent packages when they > pull in installed packages that had already been scheduled for rebuild > by the previous calculation. > > X-Gentoo-bug: 614390 > X-Gentoo-bug-url:

[gentoo-portage-dev] [PATCH] depgraph: trigger slot operator rebuilds via _complete_graph (bug 614390)

2017-03-31 Thread Zac Medico
Fix _complete_graph to trigger rebuilds of parent packages when they pull in installed packages that had already been scheduled for rebuild by the previous calculation. X-Gentoo-bug: 614390 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=614390 --- pym/_emerge/depgraph.py

Re: [gentoo-portage-dev] [PATCH] pkg_use_display: show masked/forced state of USE_EXPAND flags (bug 490562)

2017-03-31 Thread Zac Medico
On Fri, Mar 31, 2017 at 1:05 PM, Brian Dolbec wrote: > On Wed, 22 Mar 2017 09:32:36 -0700 > Zac Medico wrote: > >> Fix pkg_use_display to test if the prefixed flag is in use.force or >> use.mask, rather than the unprefixed flag. >> >> X-Gentoo-bug: 490562

Re: [gentoo-portage-dev] [PATCH] pkg_use_display: show masked/forced state of USE_EXPAND flags (bug 490562)

2017-03-31 Thread Brian Dolbec
On Wed, 22 Mar 2017 09:32:36 -0700 Zac Medico wrote: > Fix pkg_use_display to test if the prefixed flag is in use.force or > use.mask, rather than the unprefixed flag. > > X-Gentoo-bug: 490562 > X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=490562 > --- >

[gentoo-portage-dev] Re: [PATCH] pkg_use_display: show masked/forced state of USE_EXPAND flags (bug 490562)

2017-03-31 Thread Zac Medico
On Wed, Mar 22, 2017 at 9:32 AM, Zac Medico wrote: > Fix pkg_use_display to test if the prefixed flag is in use.force or > use.mask, rather than the unprefixed flag. > > X-Gentoo-bug: 490562 > X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=490562 > --- >