Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7847 Details for
Bug 14976
Generating URI list for remote fetching - patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Tiny patch to portage.py, changes a " " to a "\n"
disconnected.patch (text/plain), 307 bytes, created by
Ewan Mac Mahon
on 2003-02-02 11:19:44 UTC
(
hide
)
Description:
Tiny patch to portage.py, changes a " " to a "\n"
Filename:
MIME Type:
Creator:
Ewan Mac Mahon
Created:
2003-02-02 11:19:44 UTC
Size:
307 bytes
patch
obsolete
>--- portage.py.orig 2003-02-02 14:10:31.000000000 +0000 >+++ portage.py 2003-02-02 14:12:59.000000000 +0000 >@@ -1008,7 +1008,7 @@ > print "" > for loc in filedict[myfile]: > if listonly: >- print loc+" ", >+ print loc+"\n", > continue > try: > mystat=os.stat(settings["DISTDIR"]+"/"+myfile)
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 14976
: 7847