| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in comment. | Zac Medico | 2010-08-20 | 1 | -1/+1 |
* | --autounmask: If we can't do a change because of REQUIRED_USE, give at least ... | Sebastian Luther | 2010-08-20 | 3 | -11/+61 |
* | --autounmask: Don't do use changes if they violate REQUIRED_USE | Sebastian Luther | 2010-08-20 | 1 | -19/+32 |
* | slot collision handler: Drop solutions that violate REQUIRED_USE | Sebastian Luther | 2010-08-20 | 2 | -0/+33 |
* | slot collision handler: Work correctly with --autounmask | Sebastian Luther | 2010-08-20 | 2 | -29/+35 |
* | circular dependency handler: Add support for REQUIRED_USE | Sebastian Luther | 2010-08-20 | 2 | -13/+46 |
* | Add portage.dep.get_required_use_flags to extract the use flags used in a REQ... | Sebastian Luther | 2010-08-20 | 2 | -2/+121 |
* | circular dependency handler: Small code clean ups | Sebastian Luther | 2010-08-20 | 1 | -5/+6 |
* | Make the make.globals path relative to EPREFIX, and add comments possible | Zac Medico | 2010-08-19 | 1 | -2/+24 |
* | Fix BinTestCase instances to stop leaving orphan temp dirs. | Zac Medico | 2010-08-19 | 3 | -18/+25 |
* | Add experimental EPREFIX/EROOT support to the config and vartree | Zac Medico | 2010-08-19 | 5 | -85/+114 |
* | Stop trying to read /etc/make.globals because it's been a symlink to | Zac Medico | 2010-08-19 | 1 | -1/+1 |
* | Update docs, comments, and messages to refer to make.globals in | Zac Medico | 2010-08-19 | 7 | -20/+30 |
* | Rename the bdeps_root variable to depend_root, since it's used to control | Zac Medico | 2010-08-19 | 1 | -4/+4 |
* | Eliminate the bdeps_optional variables inside depgraph._add_pkg_deps(), | Zac Medico | 2010-08-19 | 1 | -4/+3 |
* | Tests: Properly test the circular dep handler | Sebastian Luther | 2010-08-19 | 1 | -15/+38 |
* | Tests: ResolverPlayground: Support checking the suggestions given by the circ... | Sebastian Luther | 2010-08-19 | 1 | -0/+8 |
* | Move the clever parts of depgraph._show_circular_deps into its own module. | Sebastian Luther | 2010-08-19 | 2 | -155/+240 |
* | cycle-finder: Don't try to change flags that are in use.{make,focrce} | Sebastian Luther | 2010-08-19 | 1 | -16/+5 |
* | Move code from EbuildProcess to EbuildPhase. | Zac Medico | 2010-08-19 | 2 | -24/+24 |
* | Raise ValueError if fromlist contains an extra comma. | Zac Medico | 2010-08-19 | 1 | -0/+3 |
* | Remove duplicate attributes from __slots__. | Zac Medico | 2010-08-19 | 1 | -2/+1 |
* | * In helpers_die arguments, display ${0##*/} instead of $0 since $0 | Zac Medico | 2010-08-18 | 32 | -78/+78 |
* | Use doebuild_environment() to ensure proper environment initialization | Zac Medico | 2010-08-18 | 1 | -16/+21 |
* | Use simpler _spawn_phase() instead of doebuild() since | Zac Medico | 2010-08-18 | 1 | -9/+3 |
* | Move the code from _prepare_env_file() to a new BinpkgEnvExtractor | Zac Medico | 2010-08-18 | 5 | -56/+126 |
* | Remove unnecessary call to _prepare_env_file(), since it only makes | Zac Medico | 2010-08-18 | 1 | -8/+1 |
* | Move environment sanity check to the Scheduler and do it if there | Zac Medico | 2010-08-18 | 2 | -16/+36 |
* | When suggesting solutions inside _show_circular_deps(), ignore solutions | Zac Medico | 2010-08-18 | 1 | -0/+16 |
* | Fix get_cycles() to handle None return value from shortest_path(). | Zac Medico | 2010-08-18 | 1 | -0/+2 |
* | Fix deprecation warnings from paren_reduce. | Zac Medico | 2010-08-18 | 1 | -2/+2 |
* | Fix small bug in _show_circular_deps and add some tests | Sebastian Luther | 2010-08-18 | 2 | -2/+47 |
* | portage.util.digraph: Raise KeyError in newly added functions. Add tests. | Sebastian Luther | 2010-08-18 | 2 | -13/+222 |
* | extract_affecting_use: Fix the same bug as in use_reduce | Sebastian Luther | 2010-08-18 | 2 | -6/+31 |
* | _show_circular_deps: Ignore solution that violate use dpendencies specified b... | Sebastian Luther | 2010-08-18 | 1 | -6/+39 |
* | _show_circular_deps: Stop prunning the graph to show (other) parents of the i... | Sebastian Luther | 2010-08-18 | 1 | -14/+0 |
* | _show_circular_deps: Fix handling of 'None' returned by extract_affecting_use... | Sebastian Luther | 2010-08-18 | 1 | -1/+2 |
* | _emerge.depgraph._show_circular_deps(): Find suggestions if an atom occures m... | Sebastian Luther | 2010-08-18 | 1 | -11/+66 |
* | Print suggestions for circular dependencies | Sebastian Luther | 2010-08-18 | 1 | -8/+44 |
* | _emerge.depgraph._show_circular_deps(): Display only the smallest cycle | Sebastian Luther | 2010-08-18 | 1 | -1/+31 |
* | portage.util.digraph: Add get_cycles() and its helpers shortest_path() and bfs() | Sebastian Luther | 2010-08-18 | 1 | -0/+35 |
* | Tests: Make sure the ResolverPlayground doesn't ignore DEPEND | Sebastian Luther | 2010-08-18 | 1 | -0/+10 |
* | Tests: ResolverPlaygound: change --root-deps parameter to include build time ... | Sebastian Luther | 2010-08-18 | 1 | -1/+1 |
* | Use _prepare_env_file() to extract the binary package environment.bz2 | Zac Medico | 2010-08-18 | 1 | -1/+10 |
* | Use _prepare_env_file() to extract environment.bz2 prior to the | Zac Medico | 2010-08-18 | 1 | -1/+3 |
* | Bug #324075 - If the vcs doesn't preserve mtimes then disable the | Zac Medico | 2010-08-18 | 1 | -3/+7 |
* | check_required_use: Fix the same bug as in use_reduce | Sebastian Luther | 2010-08-18 | 2 | -1/+19 |
* | paren_reduce: Fix the same bug as in use_reduce | Sebastian Luther | 2010-08-18 | 2 | -10/+38 |
* | Revert "Tests: Remove paren_reduce tests" | Sebastian Luther | 2010-08-18 | 1 | -0/+60 |
* | * Replace config._iuse_implicit_re with a callable _iuse_implicit_match | Zac Medico | 2010-08-18 | 7 | -34/+31 |