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 BB9EE1399E6 for ; Wed, 2 Sep 2015 21:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81DEF14363; Wed, 2 Sep 2015 21:25:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D719014341 for ; Wed, 2 Sep 2015 21:25:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBAE034078E for ; Wed, 2 Sep 2015 21:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD1FA183 for ; Wed, 2 Sep 2015 21:25:44 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441228990.75cdef7e4593d3de0c407610ae2f3a55b1859336.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 75cdef7e4593d3de0c407610ae2f3a55b1859336 X-VCS-Branch: master Date: Wed, 2 Sep 2015 21:25:44 +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: 8e368ff7-ad83-4512-992d-8580fa16aa49 X-Archives-Hash: 20e62129e6512b53ea1f13839b05b88c commit: 75cdef7e4593d3de0c407610ae2f3a55b1859336 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Wed Sep 2 21:23:10 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Sep 2 21:23:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=75cdef7e fix minor typo catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index c0bafc2..23491aa 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1097,7 +1097,7 @@ class StageBase(TargetBase, ClearBase, GenBase): myusevars.extend(self.settings["use"]) if myusevars: - myf.write("# These are the USE and USE_EXPAND flags that were used for\n# buidling in addition to what is provided by the profile.\n") + myf.write("# These are the USE and USE_EXPAND flags that were used for\n# building in addition to what is provided by the profile.\n") myusevars = sorted(set(myusevars)) myf.write('USE="'+string.join(myusevars)+'"\n') if '-*' in myusevars: