summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* 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: make empty param imply deep = TrueZac Medico2011-02-131-3/+4
* 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
* emerge.1: cross-ref --newuse and --changed-useZac Medico2011-02-131-1/+4
* 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
* action_uninstall: allow repo with wildcard atomZac Medico2011-02-031-1/+1
* 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
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+6
* 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
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-02-021-5/+12
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-02-021-0/+7
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-02-021-14/+71
* 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
* Update Portage to support multiple binhosts.David James2011-02-021-2/+2
* Wildcard support for -c/-CSebastian Luther2011-02-021-1/+24
* fdopen: read from processes in unbuffered modev2.1.9.35Zac Medico2011-01-211-2/+2
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-211-2/+4
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
* 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
* doebuild_environent: handle A/AA initializationZac Medico2011-01-182-14/+1
* Fix broken pkg.use.enabled ref from last commit.v2.1.9.33Zac Medico2011-01-171-1/+1
* EbuildBuild: Ensure $A is defined in pkg_nofetch.Zac Medico2011-01-171-1/+8
* Scheduler: remove uninstall task from pkg_queuev2.1.9.32Zac Medico2011-01-171-0/+4
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Tweak PollScheduler signal handling.Zac Medico2011-01-162-33/+37
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-161-3/+0