commit: aafba4a1b0c6ec790f10cb4d632b2da522c8b014
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Wed Mar 1 05:43:43 2017 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 05:43:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=aafba4a1
Fix previous commit and make the USE="bindist" optional.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
targets/stage1/stage1-chroot.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index cc19ab6..af5b060 100755
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -23,8 +23,9 @@ fi
## Setup seed pkgmgr to ensure latest
clst_root_path=/ setup_pkgmgr "build"
-# We need to ensure the base stage3 has USE="bindist" to avoid issues with
openssl / openssh
-[ -e ${clst_make_conf} ] && echo "USE=\"${USE} bindst\"" >> ${clst_make_conf}
+# We need to ensure the base stage3 has USE="bindist"
+# if BINDIST is set to avoid issues with openssl / openssh
+[ -e ${clst_make_conf} ] && echo "USE=\"${USE} ${BINDIST}\"" >>
${clst_make_conf}
# Update stage3
if [ -n "${clst_update_seed}" ]; then