projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb793e
)
Remove redundant code from previous commit. (trunk r8392)
author
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Nov 2007 16:38:03 +0000
(16:38 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Nov 2007 16:38:03 +0000
(16:38 -0000)
svn path=/main/branches/2.1.2/; revision=8393
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index f6f43f4e121c80a69121e42f89d81f405816c047..e27680ae96bd919fdca11021a2bd709d28e566bc 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-5307,8
+5307,6
@@
class dbapi:
order. It sorts in place and returns None.
"""
if len(cpv_list) > 1:
- first_split = catpkgsplit(cpv_list[0])
- cat = first_split[0]
# If the cpv includes explicit -r0, it has to be preserved
# for consistency in findname and aux_get calls, so use a
# dict to map strings back to their original values.