From ba91aa03974349e3377313c0b0dd0727f2cfae61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 25 Dec 2018 15:28:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20--w?= =?UTF-8?q?ith-bdeps=20=D0=BD=D0=B0=20y=20=D0=B4=D0=BB=D1=8F=20depclean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 342b728..68ed0cd 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1720,7 +1720,7 @@ class VariableClUpdateWithBdepsSet(Variable): Добавление --with-bdeps при вызове emerge """ type = Variable.Types.Boolean - value = Variable.Off + value = Variable.On class VariableClUpdateWithBdepsOptSet(Variable):