5
0
Derivar 0

Отключено принудительное использование --with-bdeps для вычисления зависимостей

master-3.5 3.5.1_beta4
ascendente f60b09185d
cometimento eca0cabfaf

@ -68,7 +68,7 @@ class ClUpdateAction(Action):
'tasks': [
{'name': 'premerge',
'message': __("Calculating dependencies"),
'method': 'Update.premerge("-uDN","--with-bdeps=y","@world")',
'method': 'Update.premerge("-uDN","@world")',
'condition': lambda Get:Get('cl_update_sync_only_set') == 'off'
}],
},
@ -85,7 +85,7 @@ class ClUpdateAction(Action):
'tasks': [
{'name': 'update:update_world',
'message': __("Calculating dependencies"),
'method': 'Update.emerge("","-uDN","--with-bdeps=y","@world")',
'method': 'Update.emerge("","-uDN","@world")',
}
]
},

Carregando…
Cancelar
Guardar