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

(-)/usr/bin/emerge.orig (-4 / +2 lines)
Lines 1460-1470 Link Here
1460
				#we need to use "--emptrytree" testing here rather than "empty" param testing because "empty"
1460
				#we need to use "--emptrytree" testing here rather than "empty" param testing because "empty"
1461
				#param is used for -u, where you still *do* want to see when something is being upgraded.
1461
				#param is used for -u, where you still *do* want to see when something is being upgraded.
1462
				myoldbest=""
1462
				myoldbest=""
1463
				if "--emptytree" not in self.myopts and \
1463
				if self.trees[x[1]]["vartree"].exists_specific(x[2]):
1464
					self.trees[x[1]]["vartree"].exists_specific(x[2]):
1465
					addl="  "+yellow("R")+fetch+"  "
1464
					addl="  "+yellow("R")+fetch+"  "
1466
				elif "--emptytree" not in self.myopts and \
1465
				elif self.trees[x[1]]["vartree"].exists_specific_cat(x[2]):
1467
					self.trees[x[1]]["vartree"].exists_specific_cat(x[2]):
1468
					if x[0] == "binary":
1466
					if x[0] == "binary":
1469
						mynewslot = \
1467
						mynewslot = \
1470
							self.trees[myroot]["bintree"].getslot(pkg_key)
1468
							self.trees[myroot]["bintree"].getslot(pkg_key)

Return to bug 152030