[gentoo-portage-dev] Re: [PATCH v3] emerge: Add --autounmask-only parameter (bug 570672)

2016-01-04 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ta! After testing it a bit, I pushed it as 51f100e42753d6ffd3a24dfcb2ff8af0aa34966e. I hope to see more patches from you! :-] - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN PGP SIGNATURE- Version: GnuPG v2

[gentoo-portage-dev] [PATCH] repoman: filter out duplicate dependencies in error messages

2016-01-04 Thread Mike Frysinger
Some packages list the same atom multiple times (e.g. behind diff USE flags). If one of them throws an error, we end up listing it more than once, and the output can get verbose/useless. --- pym/repoman/scanner.py | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git

Re: [gentoo-portage-dev] [PATCH] repoman: filter out duplicate dependencies in error messages

2016-01-04 Thread Brian Dolbec
On Mon, 4 Jan 2016 16:30:30 -0500 Mike Frysinger wrote: > Some packages list the same atom multiple times (e.g. behind diff USE > flags). If one of them throws an error, we end up listing it more > than once, and the output can get verbose/useless. > --- >

Re: [gentoo-portage-dev] [PATCH] repoman: filter out duplicate dependencies in error messages

2016-01-04 Thread Zac Medico
On 01/04/2016 01:30 PM, Mike Frysinger wrote: > + # Filter out > duplicates. We do this by hand (rather > + # than use a > set) so the order is stable and better > +