commit:     f6b08b692f966cc9a1475eba613cadbb66658412
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 18:58:23 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 18:59:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f6b08b69

scripts/bootstrap-prefix: show package list on @system completion too

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 114fee840a..2f1a7274f7 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2107,7 +2107,7 @@ bootstrap_stage3() {
        einfo "running emerge -u system"
        estatus "stage3: emerge -u system"
        CPPFLAGS="-DGNUSTEP_BASE_VERSION" \
-       CFLAGS= CXXFLAGS= emerge --color n -u system || return 1
+       CFLAGS= CXXFLAGS= emerge --color n -u -v system || return 1
 
        # remove anything that we don't need (compilers most likely)
        einfo "running emerge --depclean"

Reply via email to