When in strict mode, make paren_reduce() detect missing whitespace around
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 12:08:27 +0000 (12:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 12:08:27 +0000 (12:08 -0000)
commit20324ca59e2fb1d2d0b5b8396eb9532a9602446e
tree6b9bc189603c939087c22c6c73b229ce1ce4bc76
parent3409b9c16afd9ff63864a1e96005fc5f0bec7027
When in strict mode, make paren_reduce() detect missing whitespace around
parenthesis tokens and raise an InvalidDependString exception. Strict mode
is not enabled when handling installed packages, so this will only affect
repoman and packages that haven't been installed yet. Thanks to zlin for
reporting. (trunk r9471)

svn path=/main/branches/2.1.2/; revision=9556
pym/portage_dep.py