Lines 325-330
Link Here
|
325 |
global _invalid_atom_chars_regexp |
325 |
global _invalid_atom_chars_regexp |
326 |
if _invalid_atom_chars_regexp.search(atom): |
326 |
if _invalid_atom_chars_regexp.search(atom): |
327 |
return 0 |
327 |
return 0 |
|
|
328 |
if atom.startswith("!"): |
329 |
atom = atom[1:] |
328 |
mycpv_cps = catpkgsplit(dep_getcpv(atom)) |
330 |
mycpv_cps = catpkgsplit(dep_getcpv(atom)) |
329 |
operator = get_operator(atom) |
331 |
operator = get_operator(atom) |
330 |
if operator: |
332 |
if operator: |