On Friday 22 December 2006 01:26, Mark Knecht wrote: > I wonder if -b could be put in one of the /etc/portage/package.XXX > files so that it could be done every time for ejust specific packages?
That doesn't seem to work (because the FEATURES and EMERGE_DEFAULT_OPTS vars are checked on the python side before sourcing bashrc). What you can do, however, is use quickpkg to create a binary package after it has been installed. That can be automated via the post_pkg_postinst() user hook: # mkdir -p /etc/portage/env/$category && \ echo 'post_pkg_postinst() { quickpkg ="${CATEGORY}/${PF}" }' > /etc/portage/env/$category/$name Personally I just use FEATURES="buildpkg fixpackages" (and more) for everything though. :) -- Bo Andresen
pgpU7c7v0oeaS.pgp
Description: PGP signature