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

(-)a/pym/portage/util/__init__.py (-1 / +1 lines)
Lines 1705-1711 def new_protect_filename(mydest, newmd5=None, force=False): Link Here
1705
					if e.errno != errno.ENOENT:
1705
					if e.errno != errno.ENOENT:
1706
						raise
1706
						raise
1707
				else:
1707
				else:
1708
					pfile_link = _unicode_decode(
1708
					pfile_link = _unicode_decode(old_pfile,
1709
						encoding=_encodings['merge'], errors='replace')
1709
						encoding=_encodings['merge'], errors='replace')
1710
					if pfile_link == newmd5:
1710
					if pfile_link == newmd5:
1711
						return old_pfile
1711
						return old_pfile

Return to bug 546176