summaryrefslogtreecommitdiffstats
path: root/pym/portage/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/manifest.py')
-rw-r--r--pym/portage/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index cb81b8933..40a8d77b6 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -339,7 +339,7 @@ class Manifest(object):
pf = f[:-7]
if pf is not None:
mytype = "EBUILD"
- ps = portage.versions.pkgsplit(pf)
+ ps = portage.versions._pkgsplit(pf)
cpv = "%s/%s" % (cat, pf)
if not ps:
raise PortagePackageException(