Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65651 - ekeyword doesn't recognise ppc-macos
Summary: ekeyword doesn't recognise ppc-macos
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-09-28 02:38 UTC by Mamoru KOMACHI (RETIRED)
Modified: 2004-09-30 20:01 UTC (History)
1 user (show)

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


Attachments
ekeyword-ppc-macos.diff (ekeyword-ppc-macos.diff,310 bytes, patch)
2004-09-28 02:39 UTC, Mamoru KOMACHI (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-28 02:38:13 UTC
The latest arch.list has ppc-macos, x86-obsd and x86-fbsd. However, ekeyword doesn't support them.
 (ekeyword doesn't recognise '-' within an arch keyword)

Actual results:

kent% ekeyword ppc-macos evilwm-0.99.17.ebuild
syntax: ekeyword { arch | ~[arch] | -[arch] } ebuild...

Expected results:

kent% ekeyword "~ppc-macos" evilwm-0.99.17.ebuild
evilwm-0.99.17.ebuild
< KEYWORDS="x86 ppc sparc alpha ~amd64"
---
> KEYWORDS="x86 ppc sparc alpha ~amd64 ~ppc-macos"

I'll apply a simple patch to fix it.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-28 02:39:25 UTC
Created attachment 40592 [details, diff]
ekeyword-ppc-macos.diff
Comment 2 Hasan Khalil (RETIRED) gentoo-dev 2004-09-30 20:01:37 UTC
seems to be in the latest release.