projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15291e1
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 15 Aug 2009 08:20:31 +0000
(08:20 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 15 Aug 2009 08:20:31 +0000
(08:20 -0000)
svn path=/main/trunk/; revision=14064
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index c75bb086be754f76ac4e88d6a789c2b595915887..d38d2c3f7f65910a142231904bfc8d885735055d 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-8214,7
+8214,7
@@
def getmaskingstatus(mycpv, settings=None, portdb=None):
msg.append("properties")
rValue.append(" ".join(msg))
except portage.exception.InvalidDependString, e:
- rValue.append("PROPERTIES: "+s
rt
(e))
+ rValue.append("PROPERTIES: "+s
tr
(e))
# Only show KEYWORDS masks for installed packages
# if they're not masked for any other reason.