From 6188d9c1eb98718bdefc0a1a4a33178fc8646701 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, 9 Mar 2016 09:23:49 +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=B0=20=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE=D0=BD?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20portage=20=D1=80=D0=B5?= =?UTF-8?q?=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D1=8F?= 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 e40a112..75275c3 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -190,7 +190,7 @@ class VariableClUpdateRepPath(ReadonlyVariable): """ type = "list" mapPath = {'portage': 'usr/portage', - 'gentoo': '/usr/portage'} + 'gentoo': 'usr/portage'} def get(self): repPath = self.Get('cl_update_layman_storage')