aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Assume that eapi=None means the newest EAPI.Arfrever Frehtes Taifersar Arahesis2010-11-061-2/+11
* Support use.unsatisfiable and package.use.unsatisfiable files.Arfrever Frehtes Taifersar Arahesis2010-11-061-0/+1
* Allow to use different syntax of USE flags in different EAPIs.Arfrever Frehtes Taifersar Arahesis2010-11-061-13/+35
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-151-1/+1
* use_reduce: Next try on full reductionSebastian Luther2010-10-151-3/+6
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-151-1/+5
* Fix use_reduce + opconvert of "A || ( B C )".Zac Medico2010-10-151-1/+4
* Fix use_reduce + opconvert of "|| ( A B ) C".Zac Medico2010-10-151-1/+1
* use_reduce: Fully reduce complex || constructs.Sebastian Luther2010-10-151-10/+42
* Fix use_reduce() case from bug #340973.Zac Medico2010-10-141-2/+5
* Allow repository specs for atoms with wildcardsSebastian Luther2010-10-121-2/+2
* Fix _iter_match_pkgs installed multislot breakageZac Medico2010-10-051-0/+7
* Make Atom.with_repo() allow wildcard.Zac Medico2010-10-021-1/+2
* Fix repo atom breakage in getmaskingreason().Zac Medico2010-10-021-0/+6
* Ensure repo in atom matches PMS 3.1.5.Zac Medico2010-10-021-1/+1
* portage.dep: Add support for ::repo syntax to all functions and classesSebastian Luther2010-09-141-17/+79
* Don't miss a "missing IUSE" because of [foo?] -> [] evaluations.Sebastian Luther2010-09-131-18/+4
* For digestgen(), add a matchnone parameter to use_reduce() that is theZac Medico2010-09-111-1/+9
* Fix dep_zapdeps() to handle satisfied or optional builttime depsZac Medico2010-09-081-1/+2
* Implement ExtendedAtomDict.copy().Zac Medico2010-09-021-0/+6
* Make match_from_list() strip "!!" when appropriate for strong blocks.Zac Medico2010-08-301-1/+4
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+0
* Use StopIteration to exit nested loops.v2.2_rc70Zac Medico2010-08-271-5/+9
* Add support for IUSE.missing checks in conditional USE dependencies.Zac Medico2010-08-271-3/+35
* Use InvalidDependString import instead ofZac Medico2010-08-271-42/+42
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-3/+5
* Do not include the whole input string in the use_reduce()Zac Medico2010-08-261-21/+21
* Bug #334365 - Make dep_check() less strict with respect to EAPIZac Medico2010-08-261-17/+12
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-5/+16
* Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,Zac Medico2010-08-262-5/+4
* Add code to dep_check(), borrowed from _expand_new_virtuals(), to passZac Medico2010-08-261-4/+16
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-9/+26
* Fix UnboundLocalError for y on line 177 in _expand_new_virtuals()Zac Medico2010-08-261-1/+1
* ExtendedAtomDict: Add __eq__Sebastian Luther2010-08-241-0/+5
* Atom.violated_conditionals: Always treat deps as violated if the flag is not ...Sebastian Luther2010-08-241-0/+23
* ExtendedAtomDict: Add __delitem__Sebastian Luther2010-08-241-0/+6
* use_reduce: Give a hint to IUSE in the 'use flag '%s' is not referencable in ...Sebastian Luther2010-08-231-1/+2
* _use_dep.{evaluate_conditionals,_eval_qa_conditionals,violated_conditionals}:...Sebastian Luther2010-08-221-131/+199
* Add back _conditionals_class.values() method in order to fix breakageZac Medico2010-08-221-0/+5
* portage.dep._use_dep: Rewrite the parser for better readability and speedSebastian Luther2010-08-221-65/+40
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-201-0/+2
* Add portage.dep.get_required_use_flags to extract the use flags used in a REQ...Sebastian Luther2010-08-201-2/+79
* extract_affecting_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-6/+29
* check_required_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-1/+1
* paren_reduce: Fix the same bug as in use_reduceSebastian Luther2010-08-181-7/+31
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-4/+5
* use_reduce: code cleanupSebastian Luther2010-08-181-30/+26
* Fix use_reduce() to correctly handle "|| ( ( A B ) C )", and alsoZac Medico2010-08-181-1/+22
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-171-11/+21
* Pass token_class parameter if possible to use_reduceSebastian Luther2010-08-161-23/+20