Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59893 - Support for glob matches against package name in package.* files
Summary: Support for glob matches against package name in package.* files
Status: RESOLVED DUPLICATE of bug 57153
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-09 13:16 UTC by Andy Lutomirski
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
An implementation of the requested feature (portage.patch,327 bytes, patch)
2004-08-09 13:18 UTC, Andy Lutomirski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Lutomirski 2004-08-09 13:16:56 UTC
Currently, it looks like one must set ~arch in package.keywords for each individual package.  It would be useful to set it for entire categories (for example, setting all of gnome to use ~arch).

I have a short patch that extends the =* operator to work on package names, so it matches prefixes.  That means that:

=*gnome-base/ ~amd64

in package.keywords will allow ~amd64 for all packages with names beginning with gnome-base/ .

I'll attach the patch to this bug.

Reproducible: Always
Steps to Reproduce:
Comment 1 Andy Lutomirski 2004-08-09 13:18:09 UTC
Created attachment 37117 [details, diff]
An implementation of the requested feature
Comment 2 SpanKY gentoo-dev 2004-08-09 23:31:51 UTC

*** This bug has been marked as a duplicate of 57153 ***