From d18a4181f91e2df1dd55ef346b6fb905154a8b11 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 31 Jul 2007 01:21:31 +0000 Subject: Change the numeric value of DepPriority.MIN to be equal to that of a satisfied PDEPEND since there is currently nothing with lower priority. (trunk r7528) svn path=/main/branches/2.1.2/; revision=7529 --- bin/emerge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/emerge b/bin/emerge index 71a5ae40e..fb4fbe7e3 100755 --- a/bin/emerge +++ b/bin/emerge @@ -782,7 +782,7 @@ class DepPriority(object): MEDIUM = -1 MEDIUM_SOFT = -2 SOFT = -3 - MIN = -6 + MIN = -5 def __init__(self, **kwargs): for myattr in self.__slots__: if myattr == "__weakref__": @@ -803,7 +803,7 @@ class DepPriority(object): return -4 if self.runtime_post: return -5 - return -6 + return -5 def __lt__(self, other): return self.__int__() < other def __le__(self, other): -- cgit v1.2.3-1-g7c22