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

Bug 605

Summary: Add BUILDPKG="YES" (or "NO" or "") to /etc/make.conf
Product: Portage Development Reporter: Grant Goodyear (RETIRED) <g2boojum>
Component: UnclassifiedAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: enhancement CC: geekasylum
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Grant Goodyear (RETIRED) gentoo-dev 2002-02-08 08:03:15 UTC
It would be really nice to have a variable that can be set in make.conf
that turns on package building for all packages.
Comment 1 Grant Goodyear (RETIRED) gentoo-dev 2002-02-15 14:40:36 UTC
Drobbins has a better idea.  Put EMERGE_OPTS="" in /etc/make.conf and have it
passed to emerge automatically.  Example EMERGE_OPTS="--usepkg --buildpkg" would
make sure that emerge used binary packages if they exist, and make a binary
package if it isn't.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-02-21 14:43:00 UTC
fixed on cvs (EMERGE_OPTS now supported)
Comment 3 Todd Wright 2002-05-05 15:49:47 UTC
Is this documented anywhere? 
It doesnt seem to be in make.conf (as an example)