[gentoo-portage-dev] [PATCH 2/2] repoman: Add check for missing slot operators (bug 493742)

2014-01-01 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de --- bin/repoman | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index d1542e9..2a332a7 100755 --- a/bin/repoman +++ b/bin/repoman @@ -78,7 +78,7 @@ from portage.output import

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi.cp_list(): Don't write into xmatch's match-all cache

2014-01-01 Thread Brian Dolbec
On Wed, 2014-01-01 at 23:46 +0100, sebastianlut...@gmx.de wrote: From: Sebastian Luther sebastianlut...@gmx.de xmatch returns _pkg_str instances these days. They require metadata access, which cp_list doesn't have. That means that writing cp_list results into the xmatch cache breaks xmatch