Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] emerge --search: fix duplication of results (bug 559044)
Date: Sun, 30 Aug 2015 20:02:45
Message-Id: 20150830130237.65c038b2.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] emerge --search: fix duplication of results (bug 559044) by Zac Medico
1 On Fri, 28 Aug 2015 22:35:23 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > Fix search._cp_all() to ensure sorted input for MultiIterGroupBy.
5 > Add a boolean "sort" keyword argument to all dbapi.cp_all()
6 > implementations, and set defaults for backward compatible behavior.
7 >
8 > X-Gentoo-Bug: 559044
9 > X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=559044
10 > Signed-off-by: Zac Medico <zmedico@g.o>
11 > ---
12 > pym/_emerge/PackageVirtualDbapi.py | 4 ++--
13 > pym/_emerge/search.py | 3 ++-
14 > pym/portage/dbapi/IndexedPortdb.py | 4 ++--
15 > pym/portage/dbapi/IndexedVardb.py | 6 +++---
16 > pym/portage/dbapi/__init__.py | 4 ++--
17 > pym/portage/dbapi/bintree.py | 4 ++--
18 > pym/portage/dbapi/porttree.py | 6 ++++--
19 > pym/portage/dbapi/vartree.py | 4 ++--
20 > pym/portage/dbapi/virtual.py | 4 ++--
21 > 9 files changed, 21 insertions(+), 18 deletions(-)
22 >
23
24
25 Looks fine, Thanks
26
27 --
28 Brian Dolbec <dolsen>