Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17391 Details for
Bug 28327
Portage breaks under Python 2.3 (includes patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix Portage under Python 2.3
portage_python23_v2.diff (text/plain), 509 bytes, created by
Carlos Castillo
on 2003-09-09 22:47:47 UTC
(
hide
)
Description:
Patch to fix Portage under Python 2.3
Filename:
MIME Type:
Creator:
Carlos Castillo
Created:
2003-09-09 22:47:47 UTC
Size:
509 bytes
patch
obsolete
>--- /usr/lib/python2.2/site-packages/portage.py 2003-09-03 18:55:52.000000000 +0000 >+++ portage.py 2003-09-09 22:47:57.000000000 +0000 >@@ -908,7 +908,7 @@ > self.configdict["auto"]=self.configlist[-1] > #backup-env (for recording our calculated incremental variables:) > self.configlist.append(self.backupenv) >- self.configlist.append(os.environ.copy()) >+ self.configlist.append(os.environ) > self.configdict["env"]=self.configlist[-1] > self.lookuplist=self.configlist[:] > self.lookuplist.reverse()
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 28327
: 17391