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

(-)a/pym/_emerge/depgraph.py (-2 / +2 lines)
Lines 4993-4999 class depgraph(object): Link Here
4993
				raise
4993
				raise
4994
4994
4995
		depth = parent.depth or 0
4995
		depth = parent.depth or 0
4996
		depth += 1
4996
		if isinstance(depth, int):
4997
			depth += 1
4997
4998
4998
		if arg_atoms:
4999
		if arg_atoms:
4999
			for arg, atom in arg_atoms:
5000
			for arg, atom in arg_atoms:
5000
- 

Return to bug 523532