commit: 121cfa636a8534e2df0fb61aae45a9a31a083645
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 16:33:04 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 16:39:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=121cfa63
do_emerge_pkgs: add some debugging to see what/hows's being emerged
scripts/bootstrap-prefix.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 94ac95d..fd91236 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1100,6 +1100,7 @@ do_emerge_pkgs() {
# because the tools aren't available to read the news item yet
anyway.
#
# Avoid circular deps caused by the default profiles (and IUSE
defaults).
+ echo "USE=${myuse[*]} PKG=${pkg}"
PORTAGE_CONFIGROOT="${EPREFIX}" \
PORTAGE_SYNC_STALE=0 \
FEATURES="-news ${FEATURES}" \