public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14064 - main/trunk/pym/portage
@ 2009-08-15  8:20 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-08-15  8:20 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-08-15 08:20:31 +0000 (Sat, 15 Aug 2009)
New Revision: 14064

Modified:
   main/trunk/pym/portage/__init__.py
Log:
Fix typo.


Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2009-08-15 08:19:49 UTC (rev 14063)
+++ main/trunk/pym/portage/__init__.py	2009-08-15 08:20:31 UTC (rev 14064)
@@ -8214,7 +8214,7 @@
 			msg.append("properties")
 			rValue.append(" ".join(msg))
 	except portage.exception.InvalidDependString, e:
-		rValue.append("PROPERTIES: "+srt(e))
+		rValue.append("PROPERTIES: "+str(e))
 
 	# Only show KEYWORDS masks for installed packages
 	# if they're not masked for any other reason.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-15  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-15  8:20 [gentoo-commits] portage r14064 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox