From 652a94233e65ba6a83929edc3319b0f7676bb77b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 28 Feb 2010 03:42:22 +0000 Subject: Fix vardbapi.move_ent and aux_update to clear relevant caches. svn path=/main/trunk/; revision=15489 --- pym/portage/dbapi/vartree.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 0ccc4ddd4..5d594803b 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -949,6 +949,8 @@ class vardbapi(dbapi): #dest already exists; keep this puppy where it is. continue _movefile(origpath, newpath, mysettings=self.settings) + self._clear_pkg_cache(self._dblink(mycpv)) + self._clear_pkg_cache(self._dblink(mynewcpv)) # We need to rename the ebuild now. old_pf = catsplit(mycpv)[1] @@ -1345,6 +1347,7 @@ class vardbapi(dbapi): treetype="vartree", vartree=self.vartree) if not mylink.exists(): raise KeyError(cpv) + self._clear_pkg_cache(mylink) for k, v in values.items(): if v: mylink.setfile(k, v) -- cgit v1.2.3-1-g7c22