The size of the list doesn't really matter at all
BUG:FIXED:11818
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user