From: Zac Medico Date: Tue, 15 Apr 2008 23:11:40 +0000 (-0000) Subject: Inside dblink.unmerge(), call self.updateprotect() just in case anything X-Git-Tag: v2.2_pre6~151 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5c544a4f46b94d7e529cd15ad6c6884fd87007f;p=portage.git Inside dblink.unmerge(), call self.updateprotect() just in case anything has changed since the dblink instance was constructed. svn path=/main/trunk/; revision=9910 --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 77c589195..d2ff6c1ef 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1303,6 +1303,7 @@ class dblink(object): unmerge_orphans = "unmerge-orphans" in self.settings.features if pkgfiles: + self.updateprotect() mykeys = pkgfiles.keys() mykeys.sort() mykeys.reverse()