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 579D2139A83 for ; Tue, 8 Sep 2015 02:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A59FF141D5; Tue, 8 Sep 2015 02:58:57 +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 56477141D5 for ; Tue, 8 Sep 2015 02:58:57 +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 49BDA340901 for ; Tue, 8 Sep 2015 02:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E4317A for ; Tue, 8 Sep 2015 02:58:54 +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: <1441681140.b25875dc87683b6790d7ad1b5e067f1f9bbd1ae5.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master 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: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b25875dc87683b6790d7ad1b5e067f1f9bbd1ae5 X-VCS-Branch: master Date: Tue, 8 Sep 2015 02:58:54 +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: 208da2d0-69b6-470a-8107-b8bce440a337 X-Archives-Hash: acd65558d4e44caaa0c6abe62c5fc6fc commit: b25875dc87683b6790d7ad1b5e067f1f9bbd1ae5 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Tue Sep 8 02:59:00 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Sep 8 02:59:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b25875dc fix 6d795daf6d86779b17206f8a558bfcac44822a6b as caught by dol-sen targets/stage1/stage1-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index f77bd9f..fbda84b 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -7,7 +7,7 @@ export clst_buildpkgs="$(/tmp/build.py)" # Setup our environment [ -n "${clst_BINDIST}" ] && BINDIST="bindist" -BOOTSTRAP_USE="${BOOTSTRAP_USE} ${BINDIST}" +BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE) ${BINDIST}" FEATURES="${clst_myfeatures} nodoc noman noinfo -news"