Summary: | ability to specify binpkg FEATURE on a per-package basis | ||
---|---|---|---|
Product: | Portage Development | Reporter: | onip <follettoonip> |
Component: | Binary packages support | Assignee: | Portage team <dev-portage> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | pacho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 463964 |
Description
onip
2010-09-15 08:37:45 UTC
This will be easy to implement with a small modification to the EbuildBuild class. On a side note, I guess you should be able to use the new wildcard support to do a package.env setting that matches */*-bin. We have a slight complication in interaction between the ebuild --buildpkg option and FEATURES=buildpkg. I guess we should handle this by treating the ebuild --buildpkg option as if it's a FEATURES=buildpkg override in the calling environment, which would take precedence over any package.env settings. |