summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-091-1/+1
* Merge libc asap for all roots instead of just ROOT="/".Zac Medico2010-03-091-6/+7
* Bug #307409 - Force --verbose mode when displaying circular deps.Zac Medico2010-03-081-1/+1
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-5/+13
* Bug #306659 - For --rebuilt-binaries, only reinstall if binary packageZac Medico2010-03-021-2/+7
* Bug #307235 - Inside depgraph._add_dep, discard child choices for deps thatZac Medico2010-03-011-0/+4
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-02-241-1/+8
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-221-2/+3
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-7/+4
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+1
* Allow --rebuilt-binaries to trigger downgrades.Zac Medico2010-02-181-2/+1