Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69683 - ekeyword problem with bad matching on ppc (app-portage/gentoolkit-0.2.0_pre10-r1)
Summary: ekeyword problem with bad matching on ppc (app-portage/gentoolkit-0.2.0_pre10...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-31 18:11 UTC by Daniel Black (RETIRED)
Modified: 2004-11-09 06:46 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Black (RETIRED) gentoo-dev 2004-10-31 18:11:34 UTC
ekeyword is a bit too loose matching keywords. Eg with the ppc and ppc-macos now in effect the following error occured trying to ppc keyword in x11-terms/mrxvt

$ fgrep KEY mrxvt-0.3.5.ebuild
KEYWORDS="~x86 ~ppc-macos"
bash-2.05b$ ekeyword ppc mrxvt-0.3.5.ebuild
mrxvt-0.3.5.ebuild
< KEYWORDS="~x86 ~ppc-macos"
---
> KEYWORDS="~x86 ppc-macos"

Expected result:
$ ekeyword ppc mrxvt-0.3.5.ebuild
mrxvt-0.3.5.ebuild
< KEYWORDS="~x86 ~ppc-macos"
---
> KEYWORDS="~x86 ~ppc-macos ppc"
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-11-09 06:46:56 UTC
Fixed in gentoolkit cvs.  Just need karltk to roll a new gentoolkit-dev

Thanks for the report.