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

Bug 337456

Summary: ability to specify binpkg FEATURE on a per-package basis
Product: Portage Development Reporter: onip <follettoonip>
Component: Binary packages supportAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement    
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
Some of the make.conf's FEATURES are configurable on a per-package basis via the newly introduced package.env ( #44796 ), but not the binpkg FEATURE ( http://bugs.gentoo.org/show_bug.cgi?id=44796#c88 ).

In my case I build binpkgs with my (old) desktop to be able to quickly update my notebook which I use for university work. I'd like to be able to omit ( time consuming ) binpkg build for some package that really don't require it like *-bin and kernel sources and modules.

Thanks for listening

Reproducible: Always

Steps to Reproduce:
Comment 1 Zac Medico gentoo-dev 2010-09-15 08:58: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.
Comment 2 Zac Medico gentoo-dev 2010-09-15 15:14:08 UTC
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.