summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* show_masked_packages: EAPI metadata safetyZac Medico2011-06-091-0/+3
* _show_unsatisfied_dep: fix logic for EAPI maskZac Medico2011-06-091-6/+9
* unmerge: show virtual in system unmerge warningZac Medico2011-06-081-1/+9
* autounmask-write: prefer package.accept_keywordsZac Medico2011-06-081-2/+2
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-082-3/+6
* autounmask-write: support package.accept_keywordsZac Medico2011-06-081-1/+6
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-06-062-2/+2
* Use Package.UNKNOWN_REPO where appropriate.Zac Medico2011-06-061-2/+3
* Scheduler: init _fetch_log in constructorZac Medico2011-06-051-3/+4
* create_world_atom: fix slot/repo atom logicZac Medico2011-06-051-1/+1
* Enable atom::repo in the @selected package set.Zac Medico2011-06-051-2/+8
* MergeListItem: fix "unknown repo" displayZac Medico2011-06-052-2/+3
* --ask: show group warning before pretend promptZac Medico2011-06-041-2/+2
* autounmask: reference EMERGE_DEFAULT_OPTS in docsZac Medico2011-06-041-1/+3
* Binpkg: cleanup PORTAGE_BINPKG_FILE codeZac Medico2011-06-031-16/+6
* autounmask: include comments from package.maskZac Medico2011-06-031-0/+13
* emergelog: tweak _disabled commentZac Medico2011-06-031-2/+2
* emergelog: only enable when called by emergeZac Medico2011-06-032-10/+11
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
* --ask: prompt for --pretend mode when necessaryZac Medico2011-06-031-2/+6
* --autounmask: show note suggesting how to disableZac Medico2011-06-031-0/+16
* dblink.merge: remove unused scheduler callbacksZac Medico2011-06-031-67/+1
* autounmask-write: mention --ask in docsZac Medico2011-06-021-1/+1
* autounmask-write: force configpro if non-existentZac Medico2011-06-021-1/+6
* add_pkg_dep_string: fix reversed inst_pkgs orderZac Medico2011-06-021-3/+6
* add_pkg_dep_string: remove unused root_slot varZac Medico2011-06-021-1/+0
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-023-6/+6
* dep_zapdeps: use digraph for preference selectionZac Medico2011-05-301-0/+3
* backtrack_depgraph: display_problems for each runZac Medico2011-05-271-2/+13
* depclean: warn for each unmatched argumentZac Medico2011-05-271-1/+4
* _LockProcess: fix _poll returncodev2.2.0_alpha37Zac Medico2011-05-261-1/+1
* autounmask_broke_use_dep: flag masked pkgs tooZac Medico2011-05-261-2/+2
* _LockProcess: remove redundant scheduler attribZac Medico2011-05-261-1/+1
* AsynchronousLock: check type in _poll and _cancelZac Medico2011-05-261-3/+3
* unmerge: pass through writemsg_level paramZac Medico2011-05-261-1/+1
* discardBlocker: fix bug in slot match codeZac Medico2011-05-261-2/+3
* discardBlocker: fix cpv match so it worksZac Medico2011-05-261-2/+4
* depgraph: always check for autounmask breakageZac Medico2011-05-251-9/+10
* FakeVartree: use live meta if installed EAPI okZac Medico2011-05-251-2/+10
* rebuilt-binaries: prefer newer unbuiltZac Medico2011-05-251-1/+7
* FakeVartree: tweak _aux_get_wrapper repo handlingv2.2.0_alpha36Zac Medico2011-05-241-2/+1
* FakeVartree: tweak _aux_get_wrapper EAPI handlingZac Medico2011-05-241-1/+4
* FakeVartree: preserve EAPI of installed packageZac Medico2011-05-241-1/+2
* Fix a typo in last commit's debug message.Zac Medico2011-05-241-1/+1
* depgraph: detect deps broken by autounmaskZac Medico2011-05-241-1/+37
* PackageUninstall: return early if pkg is missingZac Medico2011-05-241-1/+8
* PackageUninstall: remove extra cat/pf var initZac Medico2011-05-241-2/+2
* test_merge_order: test asap PDEPEND (bug #180045)Zac Medico2011-05-241-0/+1
* PackageUninstall: log more outputZac Medico2011-05-231-9/+12
* PackageUninstall: make async with MergeProcessZac Medico2011-05-231-8/+49