Re: [gentoo-portage-dev] [PATCH] emerge: add --onlydeps-with-rdeps=<y|n> option (bug 294719)

2017-05-14 Thread Zac Medico
On Sun, May 14, 2017 at 6:30 AM, Brian Dolbec wrote: > On Thu, 11 May 2017 12:01:18 -0700 > Zac Medico wrote: > > > From: William Throwe > > > > Add --onlydeps-with-rdeps=n option in order to omit pure > > run-time dependencies with

Re: [gentoo-portage-dev] [PATCH] emerge: add --onlydeps-with-rdeps=<y|n> option (bug 294719)

2017-05-14 Thread Brian Dolbec
On Thu, 11 May 2017 12:01:18 -0700 Zac Medico wrote: > From: William Throwe > > Add --onlydeps-with-rdeps=n option in order to omit pure > run-time dependencies with --onlydeps. The dependencies > that get pulled in are those that are necessary for the >

[gentoo-portage-dev] [PATCH] emerge: add --onlydeps-with-rdeps=<y|n> option (bug 294719)

2017-05-11 Thread Zac Medico
From: William Throwe Add --onlydeps-with-rdeps=n option in order to omit pure run-time dependencies with --onlydeps. The dependencies that get pulled in are those that are necessary for the equivalent --buildpkgonly command to succeed. The default --onlydeps behavior remains