The size of the list doesn't really matter at all

BUG:FIXED:11818
This commit is contained in:
Ozan Çağlayan
2010-02-11 20:05:51 +00:00
parent 4b3ff8fa01
commit 4bc2b0d000
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -48,10 +48,10 @@ def emerge(A):
order_build = A
if order_inst:
ctx.ui.info(_("""The following minimal list of packages will be installed
ctx.ui.info(_("""The following list of packages will be installed
from repository in the respective order to satisfy dependencies:
""") + util.strlist(order_inst))
ctx.ui.info(_("""The following minimal list of packages will be built and
ctx.ui.info(_("""The following list of packages will be built and
installed in the respective order to satisfy dependencies:
""") + util.strlist(order_build))
+1 -1
View File
@@ -65,7 +65,7 @@ def remove(A, ignore_dep = False, ignore_safety = False):
G_f = None
order = A
ctx.ui.info(_("""The following minimal list of packages will be removed
ctx.ui.info(_("""The following list of packages will be removed
in the respective order to satisfy dependencies:
""") + util.strlist(order))
if len(order) > len(A_0):