* [gentoo-commits] proj/catalyst:unversioned-cachedir commit in: targets/stage3/
@ 2017-12-06 17:49 Robin H. Johnson
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson @ 2017-12-06 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 8beb8d114381d96c37d24e10a6419eb9ddaa2f69
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 17:03:00 2017 +0000
Commit: Robin H. Johnson <robbat2 <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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-06 17:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-06 17:49 [gentoo-commits] proj/catalyst:unversioned-cachedir commit in: targets/stage3/ Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox