From a49cdd85515ec142378b2ed49e7b867cc8366974 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 2 Aug 2013 15:20:24 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20portage=20?= =?UTF-8?q?=D1=82=D1=80=D0=B5=D0=B1=D1=83=D0=B5=D1=82=20=D0=BD=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D1=87=D0=B8=D0=B5=20layout.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/cl_builder.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pym/cl_builder.py b/pym/cl_builder.py index 56228f2..efae85e 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -580,8 +580,12 @@ class cl_builder(color_print): portagePath = pathJoin(sourceDirectory,"usr/portage") overlayPath = pathJoin(sourceDirectory,"var/lib/layman/calculate") return map(lambda x: path.join("var/lib/layman/calculate",x), - filter(lambda x: not x in ("distfiles", "eclass", ".git","profiles"), + filter(lambda x: not x in ("metadata","distfiles", "eclass", + ".git","profiles"), listDirectory(overlayPath))) + \ + map(lambda x:path.join(overlayPath,"metadata",x), + filter(lambda x: x != "layout.conf", + listDirectory(path.join(overlayPath,'metadata')))) + \ [pathJoin(sourceDirectory, "var/lib/layman/calculate/profiles/templates/deprecated")] + \ map(lambda x: path.join("usr/portage",x),