Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67931 - request: ekeyword option for keywording dependent pacakges
Summary: request: ekeyword option for keywording dependent pacakges
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-17 13:58 UTC by Boyd Waters
Modified: 2004-11-09 06:39 UTC (History)
0 users

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 Boyd Waters 2004-10-17 13:58:09 UTC
Many packages need keywording for ppc-macos support, and often I have to repeat the ekeyword command 5-10 times, for each dependent package, in order to get an emerge to proceed. This is particularly true of Perl modules, which have many dependencies, and typically work fine on the various architectures.

Very tedious! And all that work is gone after an emerge sync (I know, we're updating the packages as soon as we can report success... but in the development phase things are tedious.)

1) An option to apply the requested keyword to all dependent packages ( --deps)

2) By default, this option would prompt for each package; another option (--force) could turn off prompting, after dire exhortations regarding the madness of such an option
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-11-09 06:39:55 UTC
Sorry, ekeyword is much simpler than this request implies.  It knows nothing of ebuilds, dependencies, etc.  The functionality you're requesting would be better suited to another script that calls ekeyword.

Regarding emerge sync removing keywords, that's the point of PORTDIR_OVERLAY in /etc/make.conf