* [gentoo-commits] portage r15493 - main/trunk/pym/portage/dbapi
@ 2010-02-28 6:24 99% Zac Medico (zmedico)
0 siblings, 0 replies; 1+ results
From: Zac Medico (zmedico) @ 2010-02-28 6:24 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2010-02-28 06:24:00 +0000 (Sun, 28 Feb 2010)
New Revision: 15493
Modified:
main/trunk/pym/portage/dbapi/bintree.py
Log:
Fix broken fakedbapi.cpv_inject/cpv_remove calls.
Modified: main/trunk/pym/portage/dbapi/bintree.py
===================================================================
--- main/trunk/pym/portage/dbapi/bintree.py 2010-02-28 06:01:47 UTC (rev 15492)
+++ main/trunk/pym/portage/dbapi/bintree.py 2010-02-28 06:24:00 UTC (rev 15493)
@@ -67,11 +67,11 @@
def cpv_inject(self, cpv, **kwargs):
self._aux_cache.pop(cpv, None)
- fakedbapi.cpv_inject(cpv, **kwargs)
+ fakedbapi.cpv_inject(self, cpv, **kwargs)
def cpv_remove(self, cpv):
self._aux_cache.pop(cpv, None)
- fakedbapi.cpv_remove(cpv)
+ fakedbapi.cpv_remove(self, cpv)
def aux_get(self, mycpv, wants):
if self.bintree and not self.bintree.populated:
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 6:24 99% [gentoo-commits] portage r15493 - main/trunk/pym/portage/dbapi Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox