From c03f98ddd0e4aba13d2f7a2dc820d272d57620d0 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: Wed, 8 Feb 2017 18:02:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D1=81=D0=BA=D0=B0=D1=87=D0=B8=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20Packages.xz=20=D0=B4=D0=BB=D1=8F=20=D0=BD?= =?UTF-8?q?=D0=B5=D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D1=8B=D1=85=20=D1=81?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 0216bac..5abea84 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -270,7 +270,9 @@ class ClUpdateAction(Action): 'message': __("Update packages index"), 'method': 'Update.download_packages(cl_update_portage_binhost,' 'cl_update_package_cache)', + 'essential': False, 'condition': lambda Get: ( + "getbinpkg" in Get('cl_features') and Get('cl_update_package_cache') and ( Get('cl_update_outdate_set') == 'on' or Get('cl_update_package_cache_set') == 'on'))