summaryrefslogtreecommitdiffstats
path: root/pym/portage/dep
Commit message (Expand)AuthorAgeFilesLines
...
* dep_zapdeps: add other_installed_some choice binZac Medico2011-01-041-3/+11
* dep_zapdeps: add other_installed choice binZac Medico2011-01-031-1/+11
* Update comments.Arfrever Frehtes Taifersar Arahesis2011-01-011-6/+6
* REQUIRED_USE: describe ^^ as exactly-one-ofZac Medico2010-12-191-1/+1
* paren_enclose: preserve atom USE conditionalsZac Medico2010-12-191-1/+3
* Atom.without_use: handle unevaluated_atom.useZac Medico2010-12-151-1/+8
* fix AttributeError in recent use dep changesZac Medico2010-11-301-17/+19
* match_from_list: use unevaluated_atom for IUSEZac Medico2010-11-291-1/+1
* match_from_list: sync USE dep logic with depgraphZac Medico2010-11-291-25/+23
* _get_usedep_re: make None eapi imply latestZac Medico2010-11-241-3/+7
* Revert use.unsatisfiable support for now.Zac Medico2010-11-241-1/+0
* _get_use*: remove unused codeZac Medico2010-11-201-6/+0
* Move _get_use* calls out of loops.Zac Medico2010-11-071-5/+11
* Atom: require string type for eapiZac Medico2010-11-061-0/+3
* 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