projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742b74a
)
Fix typo in DepPriority.__str__(). (trunk r12708)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 06:18:38 +0000
(06:18 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 06:18:38 +0000
(06:18 -0000)
svn path=/main/branches/2.1.6/; revision=12963
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 1f1f2e7c090eb120bc750069df4c530d57d6a8e8..0d7a3de19fa1296dd3e7e0a49260f156b1efc489 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-921,7
+921,7
@@
class DepPriority(AbstractDepPriority):
return "buildtime"
if self.runtime:
return "runtime"
- if runtime_post:
+ if
self.
runtime_post:
return "runtime_post"
return "soft"