Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7318 Details for
Bug 13958
portage new function (show USE flag)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portage new function (show USE flag)
emerge.use.patch (text/plain), 942 bytes, created by
Masatomo Nakano (RETIRED)
on 2003-01-15 03:54:35 UTC
(
hide
)
Description:
portage new function (show USE flag)
Filename:
MIME Type:
Creator:
Masatomo Nakano (RETIRED)
Created:
2003-01-15 03:54:35 UTC
Size:
942 bytes
patch
obsolete
>--- emerge.org 2003-01-15 17:40:49.000000000 +0900 >+++ emerge 2003-01-15 18:20:54.000000000 +0900 >@@ -790,10 +790,20 @@ > if myoldbest[-3:]=="-r0": > myoldbest=myoldbest[:-3] > myoldbest=blue("["+myoldbest+"]") >+ >+ iuse="" >+ if "--verbose" in myopts: >+ for ebuild_iuse in string.split(portage.portdb.aux_get(x[2],["IUSE"])[0], " "): >+ try: >+ if (portage.usesplit.index(ebuild_iuse) >= 0) : >+ iuse=iuse+red("+"+ebuild_iuse)+" " >+ except ValueError: >+ iuse=iuse+blue("-"+ebuild_iuse)+" " >+ > if x[1]!="/": >- print "["+x[0]+" "+addl+"]",darkgreen(x[2]),myoldbest,darkgreen("to "+x[1]) >+ print "["+x[0]+" "+addl+"]",darkgreen(x[2]),myoldbest,darkgreen("to "+x[1]),iuse > else: >- print "["+x[0]+" "+addl+"]",darkgreen(x[2]),myoldbest >+ print "["+x[0]+" "+addl+"]",darkgreen(x[2]),myoldbest,iuse > > mysplit=portage.pkgsplit(x[2]) > # XXX mysplit _can_ be None.... Why?
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 13958
:
7318
|
7319