summaryrefslogtreecommitdiffstats
path: root/pym/portage/dep/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Support repository dependencies in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-161-2/+6
* ExtendedAtomDict: fix for python-traceZac Medico2012-01-101-4/+7
* match_to_list: preserve orderZac Medico2011-10-051-1/+8
* best_match_to_list: order by version numberZac Medico2011-10-031-1/+35
* Fix Atom.with_repo() bugs.Zac Medico2011-09-221-5/+2
* Atom: add a with_repo method for adding a repoZac Medico2011-09-221-0/+12
* Atom: add a with_slot method for adding a slotZac Medico2011-09-101-0/+8
* Improve indentation for readability.Arfrever Frehtes Taifersar Arahesis2011-06-231-2/+2
* Fix some typoes in docs and comments.v2.2.0_alpha39Zac Medico2011-06-091-1/+1
* useflag/dep_re: less strict if eapi NoneZac Medico2011-06-091-4/+15
* use_reduce: disallow empty parensArfrever Frehtes Taifersar Arahesis2011-06-091-0/+3
* Atom: avoid TypeError with PyPyZac Medico2011-06-081-1/+5
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-081-2/+2
* Add initial support for EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-06-081-12/+10
* extract_affecting_use: allow parens in atomsZac Medico2011-04-111-3/+5
* check_required_use: improve missing IUSE errorZac Medico2011-02-191-2/+4
* paren_reduce: allow parens in atoms, for EAPI 4Zac Medico2011-02-071-1/+1
* check_required_use: remove obsolete hunkZac Medico2011-02-041-9/+0
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-041-9/+12
* REQUIRED_USE: fix single child conditionals dispZac Medico2011-02-041-4/+4
* check_required_use: clarify operator logicZac Medico2011-02-041-8/+7
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-041-13/+31
* Remove from list by index, not search.Zac Medico2011-02-031-1/+1
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-031-3/+32
* REQUIRED_USE: fix parens display and testZac Medico2011-02-031-2/+5
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-031-5/+87
* 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
* _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
* 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