From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C306138202 for ; Wed, 21 Nov 2012 05:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D298521C08A; Wed, 21 Nov 2012 05:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 500DC21C08A for ; Wed, 21 Nov 2012 05:21:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49F4B33D835 for ; Wed, 21 Nov 2012 05:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ADE64E5440 for ; Wed, 21 Nov 2012 05:20:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1353475216.bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/catalyst-spec.5.txt X-VCS-Directories: doc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96 X-VCS-Branch: master Date: Wed, 21 Nov 2012 05:20:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9ffcce7-a63e-4e6a-a648-51492642c9e7 X-Archives-Hash: 544104d1d3f9be0b64b5b1353797557a commit: bc6104b2637f3d30c717ec5ed5ecf8f220ff6c96 Author: Matt Turner gmail com> AuthorDate: Sun Nov 11 00:15:20 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Nov 21 05:20:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=bc6104b2 Document the update_seed option --- doc/catalyst-spec.5.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt index 3be96fe..9a44558 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 ~~~~~~~~~~~