From fad32543bf99e70860fc0f28a9086ec0c1617766 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Mar 2008 12:20:03 +0000 Subject: add @ to the list of invalid atom chars so sets with prefix aren't considered as atoms accidentally (trunk r9479) svn path=/main/branches/2.1.2/; revision=9560 --- pym/portage_dep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage_dep.py b/pym/portage_dep.py index afcbfe6fa..3def9412e 100644 --- a/pym/portage_dep.py +++ b/pym/portage_dep.py @@ -369,7 +369,7 @@ def remove_slot(mydep): mydep = mydep[:colon] return mydep -_invalid_atom_chars_regexp = re.compile("[()|?]") +_invalid_atom_chars_regexp = re.compile("[()|?@]") def isvalidatom(atom, allow_blockers=False): """ -- cgit v1.2.3-1-g7c22