From 3dee669874cc32456fbd2e5d94a331a26eaf6621 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 May 2008 00:34:40 +0000 Subject: Fix a broken reference to the Package.cpv_slot attribute. svn path=/main/trunk/; revision=10425 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 80c24ff31..d2f4cc98f 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -5648,7 +5648,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, trees=None): # Check if the atom would result in a direct circular # dependency and try to avoid that if it seems likely # to be unresolvable. - cpv_slot_list = [parent.cpv_slot] + cpv_slot_list = [parent] circular_atom = None for atom in atoms: if "!" == atom[:1]: -- cgit v1.2.3-1-g7c22