Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Sun, 03 Apr 2016 16:40:48
Message-Id: 1459701595.121cfa636a8534e2df0fb61aae45a9a31a083645.grobian@gentoo
1 commit: 121cfa636a8534e2df0fb61aae45a9a31a083645
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 16:33:04 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 16:39:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=121cfa63
7
8 do_emerge_pkgs: add some debugging to see what/hows's being emerged
9
10 scripts/bootstrap-prefix.sh | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 94ac95d..fd91236 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -1100,6 +1100,7 @@ do_emerge_pkgs() {
18 # because the tools aren't available to read the news item yet anyway.
19 #
20 # Avoid circular deps caused by the default profiles (and IUSE defaults).
21 + echo "USE=${myuse[*]} PKG=${pkg}"
22 PORTAGE_CONFIGROOT="${EPREFIX}" \
23 PORTAGE_SYNC_STALE=0 \
24 FEATURES="-news ${FEATURES}" \