Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44301 Details for
Bug 70264
gentoolkit-0.2.0_pre10-r1: (equery) 'str' object has no attribute 'get_cpv'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix traceback
equery.70264.patch (text/plain), 716 bytes, created by
Paul Varner (RETIRED)
on 2004-11-19 10:38:16 UTC
(
hide
)
Description:
Patch to fix traceback
Filename:
MIME Type:
Creator:
Paul Varner (RETIRED)
Created:
2004-11-19 10:38:16 UTC
Size:
716 bytes
patch
obsolete
>--- equery 2004-11-19 12:29:19.644396819 -0600 >+++ equery.new 2004-11-19 12:28:02.357073189 -0600 >@@ -344,7 +344,7 @@ > if not cnt: return > for file in cnt.keys(): > if rx.search(file): >- print pkg.get_cpv() >+ print pkg > return > > class DummyExp: >@@ -357,7 +357,7 @@ > if not cnt: return > for file in cnt.keys(): > if rx.search(file): >- s = pp.cpv(pkg.get_cpv()) >+ s = pp.cpv(pkg) > s += " (" + pp.path(fileAsStr(file, cnt[file])) + ")" > print_info(0, s) > if opts["earlyOut"]:
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 70264
: 44301