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 6BCE1138010 for ; Sun, 16 Sep 2012 18:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33ABE21C06E; Sun, 16 Sep 2012 18:24:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 04A8921C06E for ; Sun, 16 Sep 2012 18:24:34 +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 64A8533C4CC for ; Sun, 16 Sep 2012 18:24:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9140EE5442 for ; Sun, 16 Sep 2012 18:24:32 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1347819861.fab167b72dd7b3260b70bd71efd292e7ca70500e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fab167b72dd7b3260b70bd71efd292e7ca70500e X-VCS-Branch: master Date: Sun, 16 Sep 2012 18:24:32 +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: 90ff76d3-03d9-47d5-833b-ddb8bccbe5d3 X-Archives-Hash: 8fe1d841125c1b0c47cd2848484058a0 commit: fab167b72dd7b3260b70bd71efd292e7ca70500e Author: Zac Medico gentoo org> AuthorDate: Sun Sep 16 18:24:21 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 16 18:24:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fab167b7 portage.5: rename STAGE1_USE to BOOTSTRAP_USE --- man/portage.5 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/portage.5 b/man/portage.5 index 347ee06..55e0ce7 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -295,7 +295,7 @@ or the env. Distinguish machines classes that have the same \fBARCH\fR. All sparc machines have ARCH=sparc but set this to either 'sparc32' or 'sparc64'. .TP -.BR STAGE1_USE +.BR BOOTSTRAP_USE Special USE flags which may be needed when bootstrapping from stage1 to stage2. .RE .PD 1