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

(-)a/pym/_emerge/depgraph.py (-1 / +5 lines)
Lines 846-851 class depgraph(object): Link Here
846
				if arg in traversed_set_args:
846
				if arg in traversed_set_args:
847
					continue
847
					continue
848
				traversed_set_args.add(arg)
848
				traversed_set_args.add(arg)
849
850
				if add_to_digraph:
851
					self._dynamic_config.digraph.add(arg, None,
852
						priority=BlockerDepPriority.instance)
853
849
				yield arg
854
				yield arg
850
855
851
				# Traverse nested sets and add them to the stack
856
				# Traverse nested sets and add them to the stack
852
- 

Return to bug 371767