summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* Add a fake _test_ option to myopts that can be used for conditional test code.Zac Medico2010-08-051-3/+3
* _emerge.depgraph: If "/" not in trees, treat target_root as running_root (nee...Sebastian Luther2010-08-051-1/+4
* Simplify passing of the backtracking parameters from one graphZac Medico2010-08-051-7/+4
* * Add a --autounmask[=n] option and for now leave it disableZac Medico2010-08-051-6/+31
* _emerge.depgraph.get_backtrack_parameters(): Return a dict instead of a tupleSebastian Luther2010-08-051-5/+10
* _emerge.depgraph: Keep _needed_user_config_changes during backtrackingSebastian Luther2010-08-051-7/+22
* _emerge.depgraph: Use _pkg_visibility_check() everywhereSebastian Luther2010-08-051-13/+22
* Automatically take packages masked by ~arch if needed and inform the userSebastian Luther2010-08-051-4/+89
* Bug #330179 - Ensure that depgraph._show_unsatisfied_dep() only showsZac Medico2010-08-041-5/+8
* Bug #330179 - Fix depgraph._show_unsatisfied_dep() to show a maskedZac Medico2010-08-041-2/+2
* portage.sets: Don't allow extended atoms unless explicitly told toSebastian Luther2010-07-271-1/+1
* --exclude: Add support for atoms with wildcardsSebastian Luther2010-07-231-16/+3
* Bug #328317 - If libc is artifically promoted in the merge listZac Medico2010-07-191-0/+13
* Make depgraph._serialize_tasks show a debug message when itZac Medico2010-05-301-0/+12
* Move imports to the top and use textwrap.wrap() instead of the formatterZac Medico2010-05-291-14/+9
* Fix --rebuilt-binaries code to return existing_node where appropriate.Zac Medico2010-05-271-2/+2
* Tweak --rebuilt-binaries code to solve bug #306659 once again (logicZac Medico2010-05-271-2/+4
* Add --rebuilt-binaries-timestamp optionSebastian Luther2010-05-271-4/+22
* Bug #310947 - When expanding categories for atoms inside select_files,Zac Medico2010-05-271-2/+19
* Add _emerge.Package.iuse.get_missing_iuse to return missing IUSE flags. Resto...Sebastian Luther2010-05-251-2/+2
* _emerge.depgraph._show_unsatisfied_dep(): Do an ealier missing IUSE check and...Sebastian Luther2010-05-251-10/+7
* Simplify code by passing a list of flags to Package.iuse.is_valid_flagSebastian Luther2010-05-251-5/+1
* _emerge.depgraph._show_unsatisfied_dep(): properly check if something belongs...Sebastian Luther2010-05-251-1/+1
* Make parent_use parameter for portage.dep.Atom.violated_conditionals() option...Sebastian Luther2010-05-251-3/+2
* Fix traceback in _show_unsatisfied_dep, reported on forums:Zac Medico2010-05-251-1/+2
* _emerge.depgraph._show_slot_collision_notice(): Improve atom list prunningSebastian Luther2010-05-221-6/+12
* _emerge.depgraph._show_unsatisfied_dep(): Suggest changing USE on the parent ...Sebastian Luther2010-05-211-1/+29
* Fix depgraph.schedulerGraph() to break DepPriority.satisfied attributesZac Medico2010-05-201-0/+10
* If a dependency is installed but masked, try to pull in an unmasked versionZac Medico2010-05-201-4/+23
* Make the non --update package selection logic avoid installed packages ifZac Medico2010-05-201-1/+5
* Make the non --update package selection logic avoid installed packages ifZac Medico2010-05-201-1/+1
* Use Atom.unevaluated_atom in depgraph._show_slot_collision_notice()Sebastian Luther2010-05-201-1/+1
* Support specifying exclude list as multiple arguments.Michał Górny2010-05-191-1/+1
* Fix --resume to support --exclude.Zac Medico2010-05-151-0/+4
* Add missing newline from previous commit.Zac Medico2010-05-061-1/+1
* Bug #317775 - In depgraph.display() use writemsg_stdout() to avoidZac Medico2010-05-061-7/+4
* Make myopts["--exclude"] a plain string in order to avoid issues with mtimedbZac Medico2010-05-051-1/+5
* Tweak packages_with_invalid_use_config handling:Zac Medico2010-04-291-4/+8
* Add --exclude optionSebastian Luther2010-04-291-0/+24
* Use is_valid_flag.Zac Medico2010-04-271-2/+1
* Initialize missing_iuse.Zac Medico2010-04-271-0/+1
* Check USE deps all in one place (and fix some bugs).Zac Medico2010-04-271-17/+18
* Add a comment about special USE deps handling which is required in order toZac Medico2010-04-271-0/+3
* Make iuse_implicit_re private for now.Zac Medico2010-04-271-1/+1
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-271-1/+12
* --update: don't match lower versions if the higher versions have the wrong us...Sebastian Luther2010-04-271-0/+16
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Show masking reasons for --binpkg-respect-use. Thanks to Sebastian LutherZac Medico2010-03-211-0/+2
* Only try to merge portage asap when the new version is different.v2.2_rc67Zac Medico2010-03-101-1/+3
* Only create implicit libc deps when the version changes.Zac Medico2010-03-091-1/+4