summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
...
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-4/+9
* 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-011-14/+15
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-011-7/+31
* depgraph: display 'searching for similar names'Zac Medico2011-01-311-3/+11
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-01-311-0/+33
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-01-311-0/+7
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-01-281-7/+8
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-01-281-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-01-281-126/+121
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: don't reinstall for changed repoZac Medico2011-01-181-2/+19
* depgraph: avoid updates moreZac Medico2011-01-181-9/+14
* 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: fix bug #350254 and test itZac Medico2011-01-031-1/+2
* depgraph: prefer highest priority repo more oftenZac Medico2011-01-021-0/+10
* 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
* depgraph: use Package.masks for installedZac Medico2011-01-021-5/+3
* depclean: account for more masksZac Medico2011-01-021-0/+14
* depgraph: Optimize --newuse with Package attrs.Zac Medico2010-12-241-4/+4
* Refactor depgraph merge list display code.Brian Dolbec2010-12-221-5/+6
* saveNomergeFavorites: remove unecessary varsZac Medico2010-12-201-8/+3
* saveNomergeFavorites: fix possible root confusionZac Medico2010-12-201-0/+5
* paren_enclose: preserve atom USE conditionalsZac Medico2010-12-191-2/+4
* loadResumeCommand: select first matched packageZac Medico2010-12-121-0/+1
* depgraph: remove redundant IUSE checkZac Medico2010-11-291-4/+0
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-11-291-6/+6
* depgraph: fix logic more for bug 345979v2.2.0_alpha6Zac Medico2010-11-271-4/+14
* depgraph: fix logic in code for bug 345979Zac Medico2010-11-271-7/+6
* depgraph: check unevaluated USE dep IUSE earlierZac Medico2010-11-261-7/+7
* depgraph: tweak USE match logic for bug 345979Zac Medico2010-11-261-21/+25
* show_unsatisfied_dep: include ROOT if it's not /Zac Medico2010-11-261-0/+2
* Use Package.use.force/mask attributes.Zac Medico2010-11-201-13/+6
* Use Package.use.force/mask attributes.Zac Medico2010-11-201-5/+3
* Fix use.mask set intersection from previous.Zac Medico2010-11-201-1/+1
* Fix interaction of use.mask/force with use deps.Zac Medico2010-11-201-10/+34
* depgraph minimize_children: yield highest versionv2.2.0_alpha1Zac Medico2010-10-231-1/+4
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-18/+30
* Raise default backtrack limit for bug 337178Sebastian Luther2010-10-211-2/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-151-2/+2