Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14509 - main/trunk/pym/portage
Date: Wed, 07 Oct 2009 05:05:31
Message-Id: E1MvOiP-0005PB-Pr@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-10-07 05:05:29 +0000 (Wed, 07 Oct 2009)
3 New Revision: 14509
4
5 Modified:
6 main/trunk/pym/portage/manifest.py
7 Log:
8 Use the stricter _pkgsplit function.
9
10
11 Modified: main/trunk/pym/portage/manifest.py
12 ===================================================================
13 --- main/trunk/pym/portage/manifest.py 2009-10-06 20:41:48 UTC (rev 14508)
14 +++ main/trunk/pym/portage/manifest.py 2009-10-07 05:05:29 UTC (rev 14509)
15 @@ -339,7 +339,7 @@
16 pf = f[:-7]
17 if pf is not None:
18 mytype = "EBUILD"
19 - ps = portage.versions.pkgsplit(pf)
20 + ps = portage.versions._pkgsplit(pf)
21 cpv = "%s/%s" % (cat, pf)
22 if not ps:
23 raise PortagePackageException(