From 99b5f7dcd90923a274b02e2d109e7aebd5f4cf58 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Tue, 4 Oct 2005 15:56:24 +0000 Subject: Extra bracket typo :( svn path=/main/branches/2.0/; revision=2087 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 39c5429cc..52d69279d 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5346,7 +5346,7 @@ class portdbapi(dbapi): if doregen and mylocation==self.mysettings["PORTDIR"] and metacachedir and self.metadb[cat].has_key(pkg): metadata=self.metadb[cat][pkg] - metadata["EAPI"] = metadata.get("EAPI", "0")).strip() + metadata["EAPI"] = metadata.get("EAPI", "0").strip() if not eapi_is_supported(metadata["EAPI"]): # intentionally wipe keys. -- cgit v1.2.3-1-g7c22