Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46310 - ekeyword doesn't handle well ppc/ppc64
Summary: ekeyword doesn't handle well ppc/ppc64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 17:03 UTC by Luca Barbato
Modified: 2004-03-31 13:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
shot at making ekeyword work better with ppc and ppc64 (ekeyword.patch,393 bytes, patch)
2004-03-30 17:25 UTC, Mr. Bones. (RETIRED)
Details | Diff
got a little too excited with the \bs (ekeyword.patch,391 bytes, patch)
2004-03-30 17:55 UTC, Mr. Bones. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Barbato gentoo-dev 2004-03-30 17:03:22 UTC
example

# ekeyword -ppc gcc-3.3.3_pre20040322.ebuild
111c111
< KEYWORDS="-* ppc64 ~ppc"
---
> KEYWORDS="-* -ppc64 ~ppc"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-03-30 17:25:03 UTC
Created attachment 28422 [details, diff]
shot at making ekeyword work better with ppc and ppc64

Added some word boundaries.
Comment 2 Luca Barbato gentoo-dev 2004-03-30 17:35:34 UTC
Seems to have problems

# ekeyword ~ppc gcc-3.3.3_pre20040322.ebuild
111c111
< KEYWORDS="-* -ppc64 ~ppc"
---
> KEYWORDS="-* -ppc64 ~~ppc"
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-03-30 17:55:06 UTC
Created attachment 28426 [details, diff]
got a little too excited with the \bs

;-( that's what I get for not testing I guess.
Comment 4 Luca Barbato gentoo-dev 2004-03-30 18:40:36 UTC
now looks perfect. Thanks
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2004-03-31 13:20:07 UTC
Fixed in gentoolkit cvs, thanks