projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5dc4f9
)
Remove obsolete whitespace handling code for "obj" filenames
author
Zac Medico
<zmedico@gentoo.org>
Thu, 25 Oct 2007 16:43:06 +0000
(16:43 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 25 Oct 2007 16:43:06 +0000
(16:43 -0000)
in CONTENTS.
svn path=/main/trunk/; revision=8292
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 32e04f436014b041d768aa8a20e722842e273acf..18fc70096e12b99b30a7735298ceb34c1f806d4e 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-995,7
+995,7
@@
class dblink(object):
mydat[1] = os.path.join(myroot, mydat[1].lstrip(os.path.sep))
if mydat[0] == "obj":
#format: type, mtime, md5sum
- pkgfiles[
" ".join(mydat[1:-2])
] = [mydat[0], mydat[-1], mydat[-2]]
+ pkgfiles[
mydat[1]
] = [mydat[0], mydat[-1], mydat[-2]]
elif mydat[0] == "dir":
#format: type
pkgfiles[" ".join(mydat[1:])] = [mydat[0] ]