Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11334 Details for
Bug 20233
Extend portage-2.0.47-r10 to understand ". file" syntax in configuration files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch which adds '. file' support to portage.py
portage.py.patch (text/plain), 486 bytes, created by
Dave Love
on 2003-04-30 17:20:49 UTC
(
hide
)
Description:
Patch which adds '. file' support to portage.py
Filename:
MIME Type:
Creator:
Dave Love
Created:
2003-04-30 17:20:49 UTC
Size:
486 bytes
patch
obsolete
>--- portage-2.0.47-r10.old/pym/portage.py 2003-03-13 21:43:07.000000000 -0700 >+++ portage-2.0.47-r10/pym/portage.py 2003-04-30 15:17:56.000000000 -0600 >@@ -594,6 +594,13 @@ > return None > else: > return mykeys >+ elif (key=='.'): >+ subkeys={} >+ subkeys=getconfig(equ,tolerant) >+ if subkeys!=None: >+ for subkey in subkeys.keys(): >+ mykeys[subkey] = subkeys[subkey] >+ continue > elif (equ!='='): > #invalid token > #lex.error_leader(self.filename,lex.lineno)
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 20233
: 11334