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

Collapse All | Expand All

(-)package.cc.orig (+2 lines)
Lines 92-97 Link Here
92
		case Package::ALL:
92
		case Package::ALL:
93
			this->have = we_want;
93
			this->have = we_want;
94
	}
94
	}
95
	if (we_want > this->have)
96
		this->have = we_want;
95
}
97
}
96
98
97
99

Return to bug 97914