commit: 1626e5984c3fdc0790fd8aae30a5dae4b36259da
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Wed Mar 1 05:25:15 2017 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 05:25:15 2017 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1626e598
Update seed will fail if we don't have USE="bindist".
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
targets/stage1/stage1-chroot.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index ce57dfb..cc19ab6 100755
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -23,6 +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}
+
# Update stage3
if [ -n "${clst_update_seed}" ]; then
if [ "${clst_update_seed}" == "yes" ]; then