summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/resolver/circular_dependency.py
Commit message (Collapse)AuthorAgeFilesLines
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-13/+31
|
* circular dependency handler: Small code clean upsSebastian Luther2010-08-201-5/+6
|
* Move the clever parts of depgraph._show_circular_deps into its own module.Sebastian Luther2010-08-191-0/+227
This also fixes some bugs related to autounmask.