From: Matt Turner Date: Sun, 11 Nov 2012 00:15:20 +0000 (-0800) Subject: Document the update_seed option X-Git-Tag: catalyst-2.0.12.2~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96;p=catalyst.git Document the update_seed option --- diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt index 3be96fec..9a44558d 100644 --- a/doc/catalyst-spec.5.txt +++ b/doc/catalyst-spec.5.txt @@ -131,6 +131,11 @@ Since GRP is capable of building packages/source sets for more than one CD, this defines the layout for the directories under `$storedir/builds` (example: `src cd2`). +*update_seed*:: +This is an optional setting supported by stage1 that runs an emerge +command on the seed stage before starting the stage1 build. (example: +`--update dev-libs/mpfr dev-libs/mpc dev-libs/gmp`) + Compilation ~~~~~~~~~~~