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

(-)bin/emerge (+1 lines)
Lines 744-749 Link Here
744
					mycounter = long(metadata["COUNTER"])
744
					mycounter = long(metadata["COUNTER"])
745
				except ValueError:
745
				except ValueError:
746
					mycounter = 0
746
					mycounter = 0
747
					metadata["COUNTER"] = str(mycounter)
747
				other_counter = slot_counters.get(myslot_atom, None)
748
				other_counter = slot_counters.get(myslot_atom, None)
748
				if other_counter is not None:
749
				if other_counter is not None:
749
					if other_counter > mycounter:
750
					if other_counter > mycounter:

Return to bug 160299