From 35cbeb071cf22e5b37c4b0c02bda948848faa962 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Mar 2007 00:49:41 +0000 Subject: Fix a typo. svn path=/main/trunk/; revision=6261 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 1b04d35b1..2d04df180 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1526,7 +1526,7 @@ class config: noiselevel=-1) rValue.append("@"+group_name) if negate: - rvalue = ["-" + token for token in rValue] + rValue = ["-" + token for token in rValue] return rValue def validate(self): -- cgit v1.2.3-1-g7c22