projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf3950
)
add @ to the list of invalid atom chars so sets with prefix aren't
author
Zac Medico
<zmedico@gentoo.org>
Fri, 28 Mar 2008 12:20:03 +0000
(12:20 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 28 Mar 2008 12:20:03 +0000
(12:20 -0000)
considered as atoms accidentally (trunk r9479)
svn path=/main/branches/2.1.2/; revision=9560
pym/portage_dep.py
patch
|
blob
|
history
diff --git
a/pym/portage_dep.py
b/pym/portage_dep.py
index afcbfe6fab891544636099aa3b4458865cf2395a..3def9412e2745c9bc554cb458ad01ff886df83a2 100644
(file)
--- 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):
"""