Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112082 | Differences between
and this patch

Collapse All | Expand All

(-)portage/pym/portage.py (-1 / +4 lines)
Lines 6430-6435 Link Here
6430
				writemsg("!!! FAILED postrm: "+str(a)+"\n")
6430
				writemsg("!!! FAILED postrm: "+str(a)+"\n")
6431
				sys.exit(123)
6431
				sys.exit(123)
6432
6432
6433
		#update environment settings, library paths. Change symlinks.
6434
		env_update(makelinks=1)
6435
		
6433
		self.unlockdb()
6436
		self.unlockdb()
6434
6437
6435
	def isowner(self,filename,destroot):
6438
	def isowner(self,filename,destroot):
Lines 6678-6684 Link Here
6678
				downgrade = True
6681
				downgrade = True
6679
6682
6680
		#update environment settings, library paths. DO NOT change symlinks.
6683
		#update environment settings, library paths. DO NOT change symlinks.
6681
		env_update(makelinks=(not downgrade))
6684
		env_update(makelinks=0)
6682
		#dircache may break autoclean because it remembers the -MERGING-pkg file
6685
		#dircache may break autoclean because it remembers the -MERGING-pkg file
6683
		global dircache
6686
		global dircache
6684
		if dircache.has_key(self.dbcatdir):
6687
		if dircache.has_key(self.dbcatdir):

Return to bug 112082