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

Collapse All | Expand All

(-)emerge.ORG (-3 / +3 lines)
Lines 3306-3314 Link Here
3306
					del logid_path
3306
					del logid_path
3307
3307
3308
					# check if we need to restart portage
3308
					# check if we need to restart portage
3309
					mysplit=portage.pkgsplit(pkg_compl)
3309
					mysplit=portage.pkgsplit(x[2])
3310
					if mysplit[0] == "sys-apps/portage" and pkgs[1] == "/":
3310
					if mysplit[0] == "sys-apps/portage" and x[1] == "/":
3311
							self.restart_portage(pkgs, mergecount, totalcount, mtimedb)
3311
							self.restart_portage(x, mergecount, totalcount, mtimedb)
3312
3312
3313
				else:
3313
				else:
3314
					if retcode != os.EX_OK:
3314
					if retcode != os.EX_OK:

Return to bug 147516