From: Zac Medico Date: Wed, 7 Oct 2009 05:05:29 +0000 (-0000) Subject: Use the stricter _pkgsplit function. X-Git-Tag: v2.2_rc45~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=270a2881d4f5e3e9d40a256dd215d206e131ab41;p=portage.git Use the stricter _pkgsplit function. svn path=/main/trunk/; revision=14509 --- 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(