From 298a2779d9ef03d4974d439beb0535ab4b79771f Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sun, 2 Oct 2005 14:29:47 +0000 Subject: Fix typo wrt to lamba usage. svn path=/main/branches/2.0/; revision=2073 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 2137a7b87..6655e2c3a 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5367,7 +5367,7 @@ class portdbapi(dbapi): if metadata["EAPI"] != portage_const.EAPI: # intentionally wipe keys. - map(lambda x: metadata.setdefault("x", ''), auxdbkeys) + map(lambda x: metadata.setdefault(x, ''), auxdbkeys) metadata["EAPI"] == -1 else: -- cgit v1.2.3-1-g7c22