Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52850 Details for
Bug 84401
Mistakes in CVS code: match_to_list, match_from_list, portage.py portage_util.py
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes errors in portage.py
portage.py-CVS-03-07.patch (text/plain), 932 bytes, created by
Alec Warner (RETIRED)
on 2005-03-07 08:13:23 UTC
(
hide
)
Description:
fixes errors in portage.py
Filename:
MIME Type:
Creator:
Alec Warner (RETIRED)
Created:
2005-03-07 08:13:23 UTC
Size:
932 bytes
patch
obsolete
>--- /usr/lib/portage/pym/portage.py.old 2005-03-07 00:28:10.000000000 -0500 >+++ portage.py 2005-03-07 11:02:00.455257968 -0500 >@@ -3057,7 +3057,7 @@ > myatom = x[1:] > else: > myatom = x >- if not match_to_list(mycpv, [myatom]): >+ if not portage_util.match_to_list(mycpv, [myatom]): > rValue.append("profile") > break > >@@ -3084,7 +3084,7 @@ > > cp = portage_dep.dep_getkey(mycpv) > if pkgdict.has_key(cp): >- matches = match_to_list(mycpv, pkgdict[cp].keys()) >+ matches = portage_util.match_to_list(mycpv, pkgdict[cp].keys()) > for match in matches: > pgroups.extend(pkgdict[cp][match]) > >@@ -3635,7 +3635,7 @@ > pgroups=groups[:] > cp = portage_dep.dep_getkey(mycpv) > if cp in pkgdict: >- matches = match_to_list(mycpv, pkgdict[cp].keys()) >+ matches = portage_util.match_to_list(mycpv, pkgdict[cp].keys()) > for atom in matches: > pgroups.extend(pkgdict[cp][atom]) > match=0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84401
: 52850 |
52851