public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9479 - main/trunk/pym/portage
@ 2008-03-18 23:37 Marius Mauch (genone)
  0 siblings, 0 replies; only message in thread
From: Marius Mauch (genone) @ 2008-03-18 23:37 UTC (permalink / raw
  To: gentoo-commits

Author: genone
Date: 2008-03-18 23:37:18 +0000 (Tue, 18 Mar 2008)
New Revision: 9479

Modified:
   main/trunk/pym/portage/dep.py
Log:
add @ to the list of invalid atom chars so sets with prefix aren't considered as atoms accidentally

Modified: main/trunk/pym/portage/dep.py
===================================================================
--- main/trunk/pym/portage/dep.py	2008-03-18 22:40:31 UTC (rev 9478)
+++ main/trunk/pym/portage/dep.py	2008-03-18 23:37:18 UTC (rev 9479)
@@ -454,7 +454,7 @@
 		open_bracket = depend.find( '[', open_bracket+1 )
 	return use_list
 
-_invalid_atom_chars_regexp = re.compile("[()|?]")
+_invalid_atom_chars_regexp = re.compile("[()|?@]")
 
 def isvalidatom(atom, allow_blockers=False):
 	"""

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-18 23:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 23:37 [gentoo-commits] portage r9479 - main/trunk/pym/portage Marius Mauch (genone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox