Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157734
Collapse All | Expand All

(-)portage-2.1.2_rc3-old/pym/portage_dep.py (+2 lines)
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:

Return to bug 157734