projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e4be7
)
Fix typo in DepPriority.__str__().
author
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Feb 2009 23:50:34 +0000
(23:50 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Feb 2009 23:50:34 +0000
(23:50 -0000)
svn path=/main/trunk/; revision=12708
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index f92a4eb615a6111c7f504bd2b54a6f248a852090..3461958bf86d0dd999c9286b352b5d8445cc62c5 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-940,7
+940,7
@@
class DepPriority(AbstractDepPriority):
return "buildtime"
if self.runtime:
return "runtime"
- if runtime_post:
+ if
self.
runtime_post:
return "runtime_post"
return "soft"