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

2016-01-05 Thread Brian Dolbec
On Mon, 4 Jan 2016 19:17:41 -0800 Brian Dolbec wrote: > 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

[gentoo-portage-dev] [PATCH] emirrordist: support bsddb3 module (bug 570798)

2016-01-05 Thread Zac Medico
If shelve.open raises ImportError for bsddb, then use bsddb3 instead. X-Gentoo-Bug: 570798 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=570798 --- pym/portage/_emirrordist/Config.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git