summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* depgraph: fix virtual code to handle unsatisfiedZac Medico2011-02-141-2/+2
* Recognize git-2.eclass when reinstalling self.Zac Medico2011-02-141-1/+2
* depgraph: fix KeyError in select_atomsZac Medico2011-02-141-0/+2
* get_dep_chain: fix broken parent_arg referenceZac Medico2011-02-131-1/+1
* depgraph: normalize indentationZac Medico2011-02-131-5/+4
* depgraph: ignore fewer depsZac Medico2011-02-131-2/+6
* depgraph: remove redundant "empty" param checksZac Medico2011-02-131-7/+4
* get_dep_chain: fix unsatisfied_dependency logicZac Medico2011-02-131-2/+5
* get_dep_chain: prefer parents in merge listZac Medico2011-02-131-10/+20
* depgraph: fix and test depth control for virtualsZac Medico2011-02-131-8/+42
* depgraph: tweak depth calculation for virtualsZac Medico2011-02-131-3/+12
* depgraph: fix and test --deep control of depthZac Medico2011-02-131-3/+41
* depgraph: avoid atom hash collisions in dep_checkZac Medico2011-02-131-7/+8
* depgraph: return virtual edges from select_atomsZac Medico2011-02-131-36/+42
* depgraph: don't distort edges for virtualsZac Medico2011-02-131-9/+19
* depgraph: fix distorted display of virtualsZac Medico2011-02-131-0/+13
* depgraph: avoid reinstall of identical binpkgZac Medico2011-02-131-0/+15
* emerge: support ../ path argumentsZac Medico2011-02-081-1/+2
* get_dep_chain: add "set" node typev2.1.9.36Zac Medico2011-02-041-2/+5
* depgraph: make downgrades trigger complete graphZac Medico2011-02-041-2/+21
* depgraph: don't drop deps in _add_depZac Medico2011-02-041-29/+0
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-031-1/+14
* depgraph: use catsplit where appropriateZac Medico2011-02-021-2/+2
* depgraph: remove obsolete gpg exception handlersZac Medico2011-02-021-14/+0
* depgraph: skip backtrack for fatal errorsZac Medico2011-02-021-0/+10
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-3/+8
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-021-36/+35
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-021-14/+15
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-021-7/+32
* depgraph: display 'searching for similar names'Zac Medico2011-02-021-3/+11
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-02-021-0/+33
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-02-021-0/+7
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-02-021-7/+8
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-02-021-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-02-021-126/+121
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: avoid updates moreZac Medico2011-01-181-9/+13
* Fix some poor installed/masked || choices.Zac Medico2011-01-181-12/+7
* REQUIRED_USE: when unsatisfied, show current USEZac Medico2011-01-041-3/+5
* composite_db: use ebuild visibility for installedZac Medico2011-01-041-1/+16
* fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875Zac Medico2011-01-031-1/+1
* Fix spelling of unsatisfied from previous commit.Zac Medico2011-01-031-1/+1
* REQUIRED_USE: always show requirementsZac Medico2011-01-031-16/+43
* depgraph: merge some logic from bug #350254Zac Medico2011-01-031-1/+2
* Try to avoid downgrade due to unsat REQUIRED_USE.Zac Medico2011-01-021-0/+1
* depclean: account for more masksZac Medico2011-01-021-1/+6