diff options
-rw-r--r-- | pym/portage/dbapi/porttree.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 07a7b0c62..9c67c7884 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -786,8 +786,7 @@ class portdbapi(dbapi): filesdict={} myfiles = self.getFetchMap(mypkg, useflags=useflags) ro_distdirs = [x for x in \ - shlex_split(self.settings.get("PORTAGE_RO_DISTDIRS", "")) \ - if os.path.isdir(x)] + shlex_split(self.settings.get("PORTAGE_RO_DISTDIRS", ""))] #XXX: maybe this should be improved: take partial downloads # into account? check checksums? for myfile in myfiles: |