commit:     8beb8d114381d96c37d24e10a6419eb9ddaa2f69
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 17:03:00 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 17:03:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8beb8d11

targets stage3-chroot.sh: Update the emerge options

Fixes a missing dep error for the preclean action.
In this case it picked up 2 additional packages in the run, fixing the error.
Adds in the recommended options prior to an emerge --depclean operation.

 targets/stage3/stage3-chroot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh
index 6cf91067..4f8bb0ee 100755
--- a/targets/stage3/stage3-chroot.sh
+++ b/targets/stage3/stage3-chroot.sh
@@ -5,4 +5,4 @@ source /tmp/chroot-functions.sh
 ## START BUILD
 setup_pkgmgr
 
-run_merge "-e @system"
+run_merge "-e --update --deep --with-bdeps=y @system"

Reply via email to