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

(-)pym/portage/dep.py (+1 lines)
Lines 472-477 Link Here
472
	global _invalid_atom_chars_regexp
472
	global _invalid_atom_chars_regexp
473
	if _invalid_atom_chars_regexp.search(atom):
473
	if _invalid_atom_chars_regexp.search(atom):
474
		return 0
474
		return 0
475
	atom = remove_slot(atom)
475
	if allow_blockers and atom.startswith("!"):
476
	if allow_blockers and atom.startswith("!"):
476
		atom = atom[1:]
477
		atom = atom[1:]
477
	try:
478
	try:

Return to bug 203316