* [gentoo-commits] proj/catalyst:master commit in: targets/stage3/
@ 2017-11-29 17:20 99% ` Brian Dolbec
0 siblings, 0 replies; 1+ results
From: Brian Dolbec @ 2017-11-29 17:20 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: 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"
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-11-27 17:03 [gentoo-commits] proj/catalyst:pending commit in: targets/stage3/ Brian Dolbec
2017-11-29 17:20 99% ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox