Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103736 Details for
Bug 157709
Portage 2.1.2_rc3-r1 causes emerge --depclean to fail with error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix the KeyError for multislot packages
multislot.patch (text/plain), 477 bytes, created by
Zac Medico
on 2006-12-10 03:36:55 UTC
(
hide
)
Description:
fix the KeyError for multislot packages
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2006-12-10 03:36:55 UTC
Size:
477 bytes
patch
obsolete
>Index: bin/emerge >=================================================================== >--- bin/emerge (revision 5255) >+++ bin/emerge (working copy) >@@ -3987,6 +3987,8 @@ > try: > # Prefer live ebuild metadata when available. > aux_vals = portdb.aux_get(cpv, fakedb_auxkeys) >+ # SLOT always comes from the vardb, for multislot. >+ aux_vals[-1] = vardb.aux_get(cpv, ["SLOT"])[0] > live_ebuild = True > except KeyError: > aux_vals = vardb.aux_get(cpv, fakedb_auxkeys)
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 157709
: 103736