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

Collapse All | Expand All

(-)a/pym/portage/dbapi/vartree.py (-6 lines)
Lines 3887-3897 class dblink(object): Link Here
3887
				msg.append("")
3887
				msg.append("")
3888
				eerror(msg)
3888
				eerror(msg)
3889
3889
3890
				if len(collisions) > 20:
3891
					# get_owners is slow for large numbers of files, so
3892
					# don't look them all up.
3893
					collisions = collisions[:20]
3894
3895
				pkg_info_strs = {}
3890
				pkg_info_strs = {}
3896
				self.lockdb()
3891
				self.lockdb()
3897
				try:
3892
				try:
3898
- 

Return to bug 480428