summaryrefslogtreecommitdiffstats
path: root/pym/portage_dep.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow || ( ) deps that have no default atoms (or turn out empty).Jason Stubbs2006-01-291-1/+3
| | | | | | Released in 2.1_pre4-r1. #120803 svn path=/main/trunk/; revision=2604
* Provide more information with DEPEND syntax exceptionsJason Stubbs2006-01-241-10/+14
| | | | svn path=/main/trunk/; revision=2579
* Move DEPEND empty sublist processing back into use_reduceJason Stubbs2006-01-241-2/+8
| | | | svn path=/main/trunk/; revision=2578
* 'k. reverted use_reduce filtering of empty lists (was resulting in ["||"] ↵Brian Harring2006-01-051-6/+2
| | | | | | | | | as elements, which are invalid), added a recursive filter of empty sets/resolved || and && nodes; in the process, keeps portage from using an empty bool as a satisfier in || () restriction sets. svn path=/main/trunk/; revision=2528
* el buggo pointed out via spyderous.Brian Harring2006-01-041-2/+6
| | | | | | | | | | | | | || ( a ( x? ( b ) y? ( c ) ) ) -x -y , was resulting in || ( a () ) the main consumer of this, portage.dep_check is stupid, and was assuming () was valid. It's not, obviously. Long term bug, around in at least .51 . Should correct dep_check handling of it also, but no reason to be handing () in the result lists also. svn path=/main/trunk/; revision=2522
* Remove the now unnecessary USE="*" hack.Jason Stubbs2005-12-251-4/+0
| | | | svn path=/main/trunk/; revision=2469
* Fix an incorrect positional check in *DEPEND parsing.Jason Stubbs2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2418
* Start from 1st element rather than 2nd when doing checks on *DEPENDJason Stubbs2005-11-031-1/+1
| | | | svn path=/main/branches/2.0/; revision=2253
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+155
svn path=/main/branches/2.0/; revision=1941