summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix deprecation warnings from paren_reduce.Zac Medico2010-08-181-2/+2
* Fix small bug in _show_circular_deps and add some testsSebastian Luther2010-08-181-2/+1
* _show_circular_deps: Ignore solution that violate use dpendencies specified b...Sebastian Luther2010-08-181-6/+39
* _show_circular_deps: Stop prunning the graph to show (other) parents of the i...Sebastian Luther2010-08-181-14/+0
* _show_circular_deps: Fix handling of 'None' returned by extract_affecting_use...Sebastian Luther2010-08-181-1/+2
* _emerge.depgraph._show_circular_deps(): Find suggestions if an atom occures m...Sebastian Luther2010-08-181-11/+66
* Print suggestions for circular dependenciesSebastian Luther2010-08-181-8/+44
* _emerge.depgraph._show_circular_deps(): Display only the smallest cycleSebastian Luther2010-08-181-1/+31
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-7/+2
* Pass is_valid_flag to use_reduce if possibleSebastian Luther2010-08-161-3/+3
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-131-2/+3
* Implement use dependency defaultsSebastian Luther2010-08-131-8/+24
* autounmask: Print use flag that trigger a given dep in commentsSebastian Luther2010-08-121-2/+33
* _emerge.depgraph: use writemsg() instead of print() (to silence tests)Sebastian Luther2010-08-121-48/+40
* Tests: resolver/test_slot_collisions: Check for slot_collision_solutionsSebastian Luther2010-08-121-2/+5
* slot_collision_handler: Return a string instead of priting the messages to sc...Sebastian Luther2010-08-121-3/+9
* Add new slot collision handler in _emerge/resolver/slot_collision.pySebastian Luther2010-08-121-186/+7
* autounmask: Print comments for USE changes tooSebastian Luther2010-08-121-0/+1
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-111-9/+7
* Use eapi_has_required_use for REQUIRED_USE eapi checksSebastian Luther2010-08-111-3/+3
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-1/+2
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-101-25/+13
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-8/+4
* Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.Sebastian Luther2010-08-101-0/+36
* autounmask: rename _needed_user_config_changes in _needed_unstable_keywords. ...Sebastian Luther2010-08-071-26/+17
* autounmask: Restart less often for use changesSebastian Luther2010-08-071-8/+26
* Ensure that _select_pkg_highest_available_imp() falls back to anZac Medico2010-08-061-0/+7
* Fix _select_pkg_highest_available_imp to reject installed packagesZac Medico2010-08-061-0/+5
* Rename allow_missing_keywords to allow_unstable_keywords since that'sZac Medico2010-08-061-9/+9
* Delay variable definitions in _pkg_visibility_check untilZac Medico2010-08-061-2/+4
* Make dep_check use depgraph._pkg_use_enabled to query USE settings of new-sty...Zac Medico2010-08-061-0/+3