Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage3/
Date: Wed, 29 Nov 2017 17:20:51
Message-Id: 1511802180.8beb8d114381d96c37d24e10a6419eb9ddaa2f69.dolsen@gentoo
1 commit: 8beb8d114381d96c37d24e10a6419eb9ddaa2f69
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 17:03:00 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 17:03:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8beb8d11
7
8 targets stage3-chroot.sh: Update the emerge options
9
10 Fixes a missing dep error for the preclean action.
11 In this case it picked up 2 additional packages in the run, fixing the error.
12 Adds in the recommended options prior to an emerge --depclean operation.
13
14 targets/stage3/stage3-chroot.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh
18 index 6cf91067..4f8bb0ee 100755
19 --- a/targets/stage3/stage3-chroot.sh
20 +++ b/targets/stage3/stage3-chroot.sh
21 @@ -5,4 +5,4 @@ source /tmp/chroot-functions.sh
22 ## START BUILD
23 setup_pkgmgr
24
25 -run_merge "-e @system"
26 +run_merge "-e --update --deep --with-bdeps=y @system"