Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74673 Details for
Bug 115294
equery uses does not work if use flag description contains ( - )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
equery patch
equery.115294.patch (text/plain), 1.16 KB, created by
Paul Varner (RETIRED)
on 2005-12-13 15:07:37 UTC
(
hide
)
Description:
equery patch
Filename:
MIME Type:
Creator:
Paul Varner (RETIRED)
Created:
2005-12-13 15:07:37 UTC
Size:
1.16 KB
patch
obsolete
>--- /usr/bin/equery 2005-12-08 07:15:05.000000000 -0600 >+++ ./equery 2005-12-13 17:00:10.000000000 -0600 >@@ -467,7 +467,7 @@ > for line in fd.readlines(): > if line[0] == "#": > continue >- fields = line.split(" - ") >+ fields = line.split(" - ", 1) > if len(fields) == 2: > usedesc[fields[0].strip()] = fields[1].strip() > except IOError: >@@ -479,7 +479,7 @@ > for line in fd.readlines(): > if line[0] == "#": > continue >- fields = line.split(" - ") >+ fields = line.split(" - ", 1) > if len(fields) == 2: > catpkguse = re.search("(.*):(.*)", fields[0]) > if catpkguse: >@@ -488,7 +488,7 @@ > else: > uselocaldesc[catpkguse.group(1).strip()][catpkguse.group(2).strip()] = fields[1].strip() > except IOError: >- print_warn(5, "Could not load USE flag descriptions from " + path(gentoolkit.settings["PORTDIR"] + "/profiles/use.desc")) >+ print_warn(5, "Could not load USE flag descriptions from " + path(gentoolkit.settings["PORTDIR"] + "/profiles/use.local.desc")) > > if not Config["piping"] and Config["verbosityLevel"] >= 3: > print_info(3, "[ Colour Code : " + pp.useflagon("set") + " " + pp.useflagoff("unset") + " ]")
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 115294
: 74673