diff options
-rw-r--r-- | pym/portage/manifest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py index ef1a552e8..4fd44b059 100644 --- a/pym/portage/manifest.py +++ b/pym/portage/manifest.py @@ -376,8 +376,6 @@ class Manifest(object): if not filename.endswith(".ebuild"): return None pf = filename[:-7] - if pf is None: - return None ps = portage.versions._pkgsplit(pf) cpv = "%s/%s" % (cat, pf) if not ps: |