Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37254 Details for
Bug 59501
portage 2.0.51_pre15-16 traceback if an already merged ebuild doesn't exists
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
emerge.patch using varttree for querying
emerge-fix.patch (text/plain), 760 bytes, created by
Brian Harring (RETIRED)
on 2004-08-11 17:13:16 UTC
(
hide
)
Description:
emerge.patch using varttree for querying
Filename:
MIME Type:
Creator:
Brian Harring (RETIRED)
Created:
2004-08-11 17:13:16 UTC
Size:
760 bytes
patch
obsolete
>diff -urN ../portage-2.0.51_pre17-orig/bin/emerge portage-2.0.51_pre17/bin/emerge >--- ../portage-2.0.51_pre17-orig/bin/emerge 2004-08-04 22:47:37.000000000 -0500 >+++ portage-2.0.51_pre17/bin/emerge 2004-08-11 19:11:18.670014048 -0500 >@@ -862,9 +862,11 @@ > # Adjust pkgsettings with any virtuals this package provides. > if mytype=="binary": > self.pkgsettings.setinst(mykey,portage.db["/"]["bintree"].dbapi) >- else: >+ elif merging: > self.pkgsettings.setinst(mykey,portage.db[myroot]["porttree"].dbapi) >- >+ else: >+ self.pkgsettings.setinst(mykey,portage.db[myroot]["vartree"].dbapi) >+ > # whatever the case, we need to add the node to our digraph so > # that children can depend upon it. > self.digraph.addnode(string.join(mybigkey),myparent)
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 59501
: 37254