From 78cddb0159e25305d316cde0f882b3e12aa7d055 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 6 Apr 2008 23:33:43 +0000 Subject: Fix variable name collision in DepcheckCompositeDB.match(). svn path=/main/trunk/; revision=9736 --- pym/_emerge/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index a59acd51d..fd1304b6a 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -1446,8 +1446,8 @@ class DepcheckCompositeDB(object): arg_atoms = list(self._depgraph._iter_atoms_for_pkg(pkg)) except portage.exception.InvalidDependString: arg_atoms = [] - for arg, atom in arg_atoms: - arg_cp = portage.dep_getkey(atom) + for arg, arg_atom in arg_atoms: + arg_cp = portage.dep_getkey(arg_atom) if arg and arg_cp != pkg.cp: # If this argument matches via PROVIDE but there is a # new-style virtual available, then the argument does -- cgit v1.2.3-1-g7c22