From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RRrEr-0008CO-E5 for garchives@archives.gentoo.org; Sat, 19 Nov 2011 20:10:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707DF21C082 for ; Sat, 19 Nov 2011 20:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E1779E04BA for ; Sat, 19 Nov 2011 19:43:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A5101B403C for ; Sat, 19 Nov 2011 19:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 93A6A80042 for ; Sat, 19 Nov 2011 19:43:22 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/stage1-chroot.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: b200d72f2f96a2407e7cd753c5b2dc598aa124b2 Date: Sat, 19 Nov 2011 19:43:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a6afa15a-0ec3-4792-9136-3735ead47576 X-Archives-Hash: 6db1e9f0c0d2dc4d9af0762be8b2ef66 commit: b200d72f2f96a2407e7cd753c5b2dc598aa124b2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sat Nov 19 19:30:22 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sat Nov 19 19:30:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3Db200d72f @=C2=A3=C2=A7=C2=A7@=C2=A7=C2=A3 - Next time make sure your "fat" finger = doesn't add extra characters to variable names: BOOTSTRAP0_USE -> BOOTSTR= AP_USE. --- targets/stage1/stage1-chroot.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chro= ot.sh index dadd0f5..79f127f 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -6,7 +6,7 @@ export clst_buildpkgs=3D"$(/tmp/build.py)" source /tmp/chroot-functions.sh =20 # Setup our environment -BOOTSTRAP0_USE=3D"$(portageq envvar BOOTSTRAP_USE)" +BOOTSTRAP_USE=3D"$(portageq envvar BOOTSTRAP_USE)" FEATURES=3D"${clst_myfeatures} nodoc noman noinfo -news" =20 ## Sanity check profile