summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* depgraph.py: remove unused variablesZac Medico2011-12-231-3/+1
* Display EROOT when ROOT != "/".Zac Medico2011-12-191-5/+5
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-35/+10
* _show_unsatisfied_dep: avoid invalid, bug #394995Zac Medico2011-12-171-3/+11
* fix logic from last commitZac Medico2011-12-041-1/+2
* depgraph: fix case insensitive search for unsatZac Medico2011-12-041-3/+11
* _get_dep_chain: fix KeyError, bug #392059Zac Medico2011-11-271-13/+22
* depgraph: don't merge portage asapZac Medico2011-11-171-9/+0
* Skip the "resume after portage update" routine.Zac Medico2011-11-171-2/+0
* Use get(REQUIRED_USE) for emphasis.Zac Medico2011-11-091-3/+3
* depgraph: fix possible REQUIRED_USE KeyErrorZac Medico2011-11-081-1/+1
* depgraph._queue_disjunctive_deps(): Pass EAPI to portage.dep.Atom().Arfrever Frehtes Taifersar Arahesis2011-11-071-1/+1
* REQUIRED_USE: don't save in built packagesZac Medico2011-11-071-1/+1
* Respect --usepkgonly in suggestions, bug #389617Zac Medico2011-11-061-1/+2
* Use EROOT to validate path arguments.Zac Medico2011-10-281-4/+4
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-14/+15
* depgraph: fix installed masked warningZac Medico2011-10-201-7/+8
* Add emerge --dynamic-deps <y|n> option.Zac Medico2011-10-101-3/+10
* show_ignored_binaries: filter noise, bug #386379Zac Medico2011-10-091-0/+26
* Prefer slot conflict over blocker display.Zac Medico2011-10-021-5/+6
* depgraph: tweak virtual transition codeZac Medico2011-09-301-5/+5
* depgraph: pull in new-style virtuals moreZac Medico2011-09-301-0/+6
* tweak "missed updates" code from last commitZac Medico2011-09-281-3/+3
* depgraph: verify "missed updates"Zac Medico2011-09-281-0/+4
* depgraph: handle unicode exception for bug 384749Zac Medico2011-09-271-2/+3
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-09-231-1/+1
* Tweak automatic --binpkg-respect-use behavior.Zac Medico2011-09-211-3/+6
* Make --binpkg-respect-use=y the defaultSebastian Luther2011-09-211-4/+6
* Warn about ignored binary packages with non matching USESebastian Luther2011-09-211-3/+44
* emerge: add --complete-graph-if-new-ver < y | n >Zac Medico2011-09-211-12/+10
* autounmask: Always use unresticted atoms for license and USE changesSebastian Luther2011-09-211-14/+8
* Reject inconsistent backtrack parametersSebastian Luther2011-09-201-5/+0
* Suggest --autounmask-keep-masks for ** keyword.Zac Medico2011-09-191-2/+5
* Suggest --autounmask-keep-masks instead of --autounmask=nSebastian Luther2011-09-191-7/+3
* autounmask: Add --autounmask-keep-masks optionSebastian Luther2011-09-191-1/+3
* autounmask: Add --autounmask-unrestricted-atoms optionSebastian Luther2011-09-191-16/+30
* get_dep_chain: fix KeyError if start_node is rootZac Medico2011-09-181-1/+1
* autounmask: Ensure a suitable parent is displayed in the dep chainSebastian Luther2011-09-181-1/+33
* depclean: don't remove new virtual slotsZac Medico2011-09-181-1/+2
* Fix multislot handling for depclean (bug #382823)Zac Medico2011-09-141-4/+14
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-111-11/+58
* Revert virtual slot update code for bug 382557.Zac Medico2011-09-111-1/+0
* depgraph: refactor virtual slot --update codeZac Medico2011-09-101-28/+26
* depgraph: use Atom.with_slot() to match virtualsZac Medico2011-09-101-1/+1
* depgraph: use _iter_match_pkgs_any where possibleZac Medico2011-09-091-6/+5
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-091-1/+7
* Show merge list before "missed update" messages.Zac Medico2011-09-011-0/+2
* Send "Recording in world" msg to stdout.Zac Medico2011-08-281-1/+2
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-261-89/+61
* resume_depgraph: prune all indirect unsatisfiedZac Medico2011-08-101-6/+6