projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a880f62
)
Return string from Package.__str__ (Bug 423209)
author
Paul Varner
<fuzzyray@gentoo.org>
Tue, 24 Jul 2012 17:16:26 +0000
(12:16 -0500)
committer
Paul Varner
<fuzzyray@gentoo.org>
Tue, 24 Jul 2012 17:16:26 +0000
(12:16 -0500)
Patch from Brennan Shacklett
pym/gentoolkit/package.py
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/package.py
b/pym/gentoolkit/package.py
index 38f2901d10bd082d1c28a642591dbacfcf7de6a5..cbb7131842b367ff464896fe73fedb74a282a611 100644
(file)
--- a/
pym/gentoolkit/package.py
+++ b/
pym/gentoolkit/package.py
@@
-113,7
+113,7
@@
class Package(CPV):
return key in self.cpv
def __str__(self):
- return s
elf.cpv
+ return s
tr(self.cpv)
@property
def metadata(self):