Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139580
Collapse All | Expand All

(-)pym/portage.py (-1 / +1 lines)
Lines 6239-6245 Link Here
6239
				# Why is the package already merged here db-wise? Shouldn't be the case
6239
				# Why is the package already merged here db-wise? Shouldn't be the case
6240
				# only unmerge if it ia new package and has no contents
6240
				# only unmerge if it ia new package and has no contents
6241
				if not self.getcontents():
6241
				if not self.getcontents():
6242
					self.unmerge()
6242
					self.unmerge(ldpath_mtimes=prev_mtimes)
6243
					self.delete()
6243
					self.delete()
6244
				self.unlockdb()
6244
				self.unlockdb()
6245
				sys.exit(1)
6245
				sys.exit(1)

Return to bug 139580