Index: pym/portage_dep.py =================================================================== --- pym/portage_dep.py (revision 2204) +++ pym/portage_dep.py (working copy) @@ -61,7 +61,7 @@ leaving an array with subarrays """ # Quick validity checks - for x in range(1,len(deparray)): + for x in range(len(deparray)): if deparray[x] in ["||","&&"]: if len(deparray) == x: # Operator is the last element