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

Collapse All | Expand All

(-)pym/portage_versions.py.orig (-1 / +2 lines)
Lines 140-146 Link Here
140
			except ValueError:	r1 = 0
140
			except ValueError:	r1 = 0
141
			try:			r2 = int(s2[1])
141
			try:			r2 = int(s2[1])
142
			except ValueError:	r2 = 0
142
			except ValueError:	r2 = 0
143
			return r1 - r2
143
			if (r1 - r2):
144
				return r1 - r2
144
	
145
	
145
	# the suffix part is equal to, so finally check the revision
146
	# the suffix part is equal to, so finally check the revision
146
	if match1.group(10):
147
	if match1.group(10):

Return to bug 171259