projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba2311
)
Add ? to the invalid atom characters.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 9 Dec 2006 20:22:03 +0000
(20:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 9 Dec 2006 20:22:03 +0000
(20:22 -0000)
svn path=/main/trunk/; revision=5242
pym/portage_dep.py
patch
|
blob
|
history
diff --git
a/pym/portage_dep.py
b/pym/portage_dep.py
index f0f2727879cad9a50d07950b323903ca6ea7931b..f592d209f5b2daf754c341d57af63be84e3ec672 100644
(file)
--- a/
pym/portage_dep.py
+++ b/
pym/portage_dep.py
@@
-303,7
+303,7
@@
def dep_getslot(mydep):
return mydep[colon+1:]
return None
-_invalid_atom_chars_regexp = re.compile("[()|]")
+_invalid_atom_chars_regexp = re.compile("[()|
?
]")
def isvalidatom(atom):
"""