summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* Make RepoDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-4/+6
* In depgraph._load_vdb(), after calling FakeVartree.sync(), updateZac Medico2010-09-131-0/+5
* Don't miss a "missing IUSE" because of [foo?] -> [] evaluations.Sebastian Luther2010-09-131-15/+14
* Ensure that depgraph._show_unsatisfied_dep() doesn't suggest changesZac Medico2010-09-101-0/+15
* In depgraph._show_unsatisfied_dep(), if the child package is masked then aZac Medico2010-09-101-0/+7
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-081-1/+1
* Bug #332719 - For removal operations, use _dep_check_composite_dbZac Medico2010-09-081-10/+39
* Make previous commit reference self._depgraph._pkg_visibility_check().Zac Medico2010-09-081-1/+1
* In depgraph._dep_check_composite_db._visible(), wrap installed packageZac Medico2010-09-081-1/+1
* Move the Scheduler mergelist constructor parameter to the graph_configZac Medico2010-09-061-4/+7
* Fix depgraph._wrapped_select_pkg_highest_available_imp() to checkZac Medico2010-09-061-1/+3
* Make the depgraph and FakeVartree cooperate to consistently createZac Medico2010-09-061-1/+5
* In depgraph.schedulerGraph(), make sure all references are brokenZac Medico2010-09-061-0/+1
* Make depgraph.schedulerGraph() return an instance ofZac Medico2010-09-061-1/+23
* Fix want_restart_for_use_change() to flatten deps before comparing tokens as ...Sebastian Luther2010-09-051-2/+2
* Fix depgraph._wrapped_select_pkg_highest_available_imp() to checkZac Medico2010-09-051-1/+1
* Account for package.use.force/mask in previous commit.Zac Medico2010-09-031-2/+4
* autounmask: Don't print masked/forced flags in "required by" commentsSebastian Luther2010-09-031-0/+4
* Old "Change USE" message: Don't screw up if the highest version is masked and...Sebastian Luther2010-09-031-7/+17
* Bug #335642 - Also make show_masked_packages() display to stdout sinceZac Medico2010-09-011-2/+2
* Bug #335642 - Revert depgraph._show_unsatisfied_dep() to display toZac Medico2010-09-011-14/+14
* Fix depgraph._serialize_tasks() so that portage-9999 is always promotedZac Medico2010-08-311-1/+3
* When portage updates itself and the new version either inheritsZac Medico2010-08-311-1/+3
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* If there are circular dependencies, and circular_dependency_handlerZac Medico2010-08-281-3/+6
* In depgraph._show_unsatisfied_dep(), show some debug info ifZac Medico2010-08-281-5/+12
* Fix breakage from previous commit.Zac Medico2010-08-261-0/+2
* Use Package.visible to simplify visibility checks for installedZac Medico2010-08-261-11/+1
* Ensure SystemExit is never caught.Zac Medico2010-08-261-2/+2
* Remove obsolete TODO comment.Zac Medico2010-08-251-3/+0
* Just raise InvalidDependString in cases when it shouldn't happen sinceZac Medico2010-08-251-11/+7
* Make _get_masking_status() return masking reasons for installed packagesZac Medico2010-08-251-11/+9
* Bug #334365 - Fix depgraph._wrapped_select_pkg_highest_available_imp()Zac Medico2010-08-251-4/+20
* Bug #334365 - Mask packages with invalid metadata as early as possible,Zac Medico2010-08-251-11/+10
* Bug #334365 - When parsing dependencies of installed packages inZac Medico2010-08-251-2/+27
* More _pkg_use_enabled fixesSebastian Luther2010-08-241-18/+22
* * Use iterators instead of keys() when possible.Zac Medico2010-08-231-8/+8
* In depgraph._select_pkg_highest_available_imp(), make sureZac Medico2010-08-231-1/+2
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-2/+11
* Fix broken writemsg call in depgraph._resolve() that triggers this error:Zac Medico2010-08-211-1/+1
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-201-11/+41
* --autounmask: Don't do use changes if they violate REQUIRED_USESebastian Luther2010-08-201-19/+32
* slot collision handler: Work correctly with --autounmaskSebastian Luther2010-08-201-3/+1
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-4/+1
* Rename the bdeps_root variable to depend_root, since it's used to controlZac Medico2010-08-191-4/+4
* Eliminate the bdeps_optional variables inside depgraph._add_pkg_deps(),Zac Medico2010-08-191-4/+3
* Move the clever parts of depgraph._show_circular_deps into its own module.Sebastian Luther2010-08-191-155/+13
* cycle-finder: Don't try to change flags that are in use.{make,focrce}Sebastian Luther2010-08-191-16/+5
* When suggesting solutions inside _show_circular_deps(), ignore solutionsZac Medico2010-08-181-0/+16