| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix broken writemsg call in depgraph._resolve() that triggers this error: | Zac Medico | 2010-08-21 | 1 | -1/+1 |
* | Omit non-existent files from the config._pkeywords_list | Zac Medico | 2010-08-21 | 1 | -0/+7 |
* | Move default ACCEPT_KEYWORDS handling for package.keywords out of | Zac Medico | 2010-08-21 | 1 | -10/+5 |
* | Revert back to using ROOT for env_update(), since that's how the | Zac Medico | 2010-08-21 | 2 | -4/+5 |
* | Fix env_update() calls to use EROOT. | Zac Medico | 2010-08-21 | 2 | -3/+6 |
* | Bug #324191 - Add support for FEATURES=compress-build-logs. The causes | Zac Medico | 2010-08-21 | 17 | -171/+132 |
* | When accessing pkgsettings.features inside Scheduler._generate_digests(), | Zac Medico | 2010-08-21 | 1 | -0/+8 |
* | Add a deprecation warning to FetchlistDict.has_key(). | Zac Medico | 2010-08-21 | 1 | -0/+3 |
* | Add a deprecation warning for the unused justmanifest parameter of | Zac Medico | 2010-08-21 | 1 | -1/+11 |
* | Quote arrays in QA_PREBUILT handling. | Zac Medico | 2010-08-21 | 1 | -1/+1 |
* | Add support for a QA_PREBUILT variable should contain a list of | Zac Medico | 2010-08-21 | 2 | -0/+30 |
* | Add upstream.workaround warning for addpredict calls. Thanks to | Zac Medico | 2010-08-21 | 2 | -2/+9 |
* | Fix broken reference to portage._validate_cache_for_unsupported_eapis. | Zac Medico | 2010-08-21 | 1 | -1/+1 |
* | Add a wrapper around config.features that provides the following | Zac Medico | 2010-08-21 | 6 | -70/+125 |
* | When stacking incrementals in config.regenerate(), use a set to avoid | Zac Medico | 2010-08-21 | 1 | -10/+6 |
* | Fix config.setcpv() so it only calls _grab_pkg_env when there are | Zac Medico | 2010-08-20 | 1 | -1/+1 |
* | Remove duplicate realpath call for PORTAGE_TMPDIR. | Zac Medico | 2010-08-20 | 1 | -4/+2 |
* | At some point we may want to stop exporting FEATURES to the ebuild | Zac Medico | 2010-08-20 | 2 | -2/+10 |
* | Bug #44796 - Add support for /etc/portage/package.env. As documented in | Zac Medico | 2010-08-20 | 3 | -16/+171 |
* | Make varexpand() create a new empty dict for variable expansions in | Zac Medico | 2010-08-20 | 1 | -1/+3 |
* | Split out a _ordered_by_atom_specificity() in order to eliminate | Zac Medico | 2010-08-20 | 1 | -86/+48 |
* | Make DEPCACHE_PATH relative to EPREFIX, and comment about similarity | Zac Medico | 2010-08-20 | 1 | -2/+17 |
* | * Make dblink._linkmap_rebuild() return early if preserve-libs is disabled | Zac Medico | 2010-08-20 | 1 | -2/+10 |
* | Stop using the myroot arguments to the dblink constructor, merge(), | Zac Medico | 2010-08-20 | 1 | -29/+52 |
* | * Fix EROOT handling in various places in vartree.py. It should be | Zac Medico | 2010-08-20 | 3 | -44/+81 |
* | Fix LinkageMap to use vardbapi._eroot instead of _root. | Zac Medico | 2010-08-20 | 1 | -1/+1 |
* | Don't pass the myroot parameter to *counter_tick* methods since it's | Zac Medico | 2010-08-20 | 1 | -7/+7 |
* | Make the portagetree.root attribute a property that generates a | Zac Medico | 2010-08-20 | 1 | -3/+11 |
* | Remove unused clone paramter from vartree constructor (support and | Zac Medico | 2010-08-20 | 1 | -1/+1 |
* | 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 |