projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8618af
)
Fix a typo.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Mar 2007 00:49:41 +0000
(
00:49
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Mar 2007 00:49:41 +0000
(
00:49
-0000)
svn path=/main/trunk/; revision=6261
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 1b04d35b1b2da55b71e316bc07528ff245f5c03c..2d04df1806f095ce712800a7a914a3c3a959bfb0 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-1526,7
+1526,7
@@
class config:
noiselevel=-1)
rValue.append("@"+group_name)
if negate:
- r
v
alue = ["-" + token for token in rValue]
+ r
V
alue = ["-" + token for token in rValue]
return rValue
def validate(self):