projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d9b94
)
Use the stricter _pkgsplit function.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Oct 2009 05:05:29 +0000
(
05:05
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Oct 2009 05:05:29 +0000
(
05:05
-0000)
svn path=/main/trunk/; revision=14509
pym/portage/manifest.py
patch
|
blob
|
history
diff --git
a/pym/portage/manifest.py
b/pym/portage/manifest.py
index cb81b893328ec0810e0ecfa746dee24be176f85c..40a8d77b69687d941ae6dc9376e5084d63ecb9f5 100644
(file)
--- 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(