projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a549aad
)
Remove redundant definition of catsplit() which is already imported from portage_vers...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Jul 2006 06:46:59 +0000
(06:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 20 Jul 2006 06:46:59 +0000
(06:46 -0000)
svn path=/main/trunk/; revision=3963
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index f284263a0757704519d6ae0d00c86fa0ffc86001..134cf3b20e70a507f67acaa10eda53f45ac7282f 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3851,9
+3851,6
@@
def best_match_to_list(mypkg,mylist):
bestm = x
return bestm
-def catsplit(mydep):
- return mydep.split("/", 1)
-
def get_operator(mydep):
"""
returns '~', '=', '>', '<', '=*', '>=', or '<='