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 A38201381F3 for ; Wed, 14 Nov 2012 03:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34E7421C080 for ; Wed, 14 Nov 2012 03:03:16 +0000 (UTC) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B0DE0595 for ; Wed, 14 Nov 2012 01:10:03 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id bj3so5345508pad.40 for ; Tue, 13 Nov 2012 17:10:02 -0800 (PST) Received: by 10.68.235.71 with SMTP id uk7mr65963172pbc.10.1352855402221; Tue, 13 Nov 2012 17:10:02 -0800 (PST) Received: from localhost ([108.161.26.171]) by mx.google.com with ESMTPS id uk9sm6777462pbc.63.2012.11.13.17.10.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Nov 2012 17:10:01 -0800 (PST) From: mattst88@gentoo.org To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 2/2] Document the update_seed option Date: Tue, 13 Nov 2012 17:09:46 -0800 Message-Id: <1352855386-4924-2-git-send-email-mattst88@gentoo.org> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1352855386-4924-1-git-send-email-mattst88@gentoo.org> References: <1352855386-4924-1-git-send-email-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: cbe47e94-e110-46a6-89f5-bcf803dee63c X-Archives-Hash: 05f909bd45a32a02d9034f1a34c4ada1 From: Matt Turner --- 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..6948834 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 updates a list +of packages in the seed stage before building stage1. (example: +`dev-libs/mpfr dev-libs/mpc dev-libs/gmp`) + Compilation ~~~~~~~~~~~ -- 1.7.8.6