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

Collapse All | Expand All

(-)pym/gentoolkit/helpers.py.orig (-1 / +1 lines)
Lines 333-339 Link Here
333
333
334
		osp = os.path
334
		osp = os.path
335
		paths.extend([osp.realpath(x) for x in paths
335
		paths.extend([osp.realpath(x) for x in paths
336
			if osp.islink(x) and osp.realpath(x) not in paths])
336
			if osp.realpath(x) not in paths])
337
337
338
		return paths
338
		return paths
339
339

Return to bug 96515