Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 23861

Summary: New option to emerge masked ebuilds and avoid the ACCEPT_KEYWORDS typing
Product: Portage Development Reporter: Daniel Willmann <daniel>
Component: Enhancement/Feature RequestsAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for emerge to add the required functionality
This patch just adds an explanation in emerge --help

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 ***