Gentoo Archives: gentoo-catalyst

From: mattst88@g.o
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@×××××.com>
Subject: [gentoo-catalyst] [PATCH 2/2] Document the update_seed option
Date: Wed, 14 Nov 2012 03:03:16
Message-Id: 1352855386-4924-2-git-send-email-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/2] Use update_seed's argument as an argument list to emerge by mattst88@gentoo.org
1 From: Matt Turner <mattst88@×××××.com>
2
3 ---
4 doc/catalyst-spec.5.txt | 5 +++++
5 1 files changed, 5 insertions(+), 0 deletions(-)
6
7 diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
8 index 3be96fe..6948834 100644
9 --- a/doc/catalyst-spec.5.txt
10 +++ b/doc/catalyst-spec.5.txt
11 @@ -131,6 +131,11 @@ Since GRP is capable of building packages/source sets for more than
12 one CD, this defines the layout for the directories under
13 `$storedir/builds` (example: `src cd2`).
14
15 +*update_seed*::
16 +This is an optional setting supported by stage1 that updates a list
17 +of packages in the seed stage before building stage1. (example:
18 +`dev-libs/mpfr dev-libs/mpc dev-libs/gmp`)
19 +
20 Compilation
21 ~~~~~~~~~~~
22
23 --
24 1.7.8.6

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH 2/2] Document the update_seed option "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>