aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-11-10 16:15:20 -0800
committerMatt Turner <mattst88@gmail.com>2012-11-20 21:20:16 -0800
commitbc6104b2637f3d30c717ec5ed5ecf8f220ff6c96 (patch)
treee8d0eb32aea993977e88afaeb0cf0f8245a14191 /doc
parentUse update_seed's argument as an argument list to emerge (diff)
downloadcatalyst-bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96.tar.gz
catalyst-bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96.tar.bz2
catalyst-bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96.zip
Document the update_seed option
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-spec.5.txt5
1 files changed, 5 insertions, 0 deletions
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
~~~~~~~~~~~