[entropy.spm] PortagePlugin: trivial code update

This commit is contained in:
Fabio Erculiani
2011-01-01 16:16:26 +01:00
parent 356f5025da
commit 6446b40b7e

View File

@@ -4280,7 +4280,7 @@ class PortagePlugin(SpmPlugin):
provided_libs = set()
ldpaths = entropy.tools.collect_linker_paths()
for obj, ftype in list(content.items()):
for obj, ftype in content.items():
if ftype == "dir":
continue