Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23861 - New option to emerge masked ebuilds and avoid the ACCEPT_KEYWORDS typing
Summary: New option to emerge masked ebuilds and avoid the ACCEPT_KEYWORDS typing
Status: RESOLVED DUPLICATE of bug 14741
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 03:36 UTC by Daniel Willmann
Modified: 2011-10-30 22:35 UTC (History)
0 users

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


Attachments
Patch for emerge to add the required functionality (emerge.patch,1.46 KB, patch)
2003-07-02 03:39 UTC, Daniel Willmann
Details | Diff
This patch just adds an explanation in emerge --help (emergehelp.py.patch,1.63 KB, patch)
2003-07-02 03:40 UTC, Daniel Willmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Willmann 2003-07-02 03:36:31 UTC
Well, since portage was designed with masked ebuilds in mind I think there
should be a built-in switch for emerge to automatically add ~arch to your
ACCEPT_KEYWORDS variable an thus avoid always typing the ACCEPT-KEYWORDS="~arch"
emerge thingie...
Comment 1 Daniel Willmann 2003-07-02 03:39:50 UTC
Created attachment 14105 [details, diff]
Patch for emerge to add the required functionality

This adds --masked or -m to the list of options which 
appends("~"+portage.settings["ACCEPT_KEYWORDS"]) to portage.groups, so that the
instable flag is also searched for.
Comment 2 Daniel Willmann 2003-07-02 03:40:50 UTC
Created attachment 14106 [details, diff]
This patch just adds an explanation in emerge --help
Comment 3 SpanKY gentoo-dev 2003-07-02 09:51:43 UTC

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