commit:     af7eccdcb91377561e658cf0efe3221544d00286
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 13:30:25 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 02:52:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=af7eccdc

s/bootstrap-prefix.sh: no encryption while completing @system.

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index b0e69b37c9..0669107fb5 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2035,8 +2035,8 @@ bootstrap_stage3() {
                emerge --sync || emerge-webrsync || return 1
        fi
 
-       # avoid installing git just for fun while completing @system
-       export USE="-git"
+       # avoid installing git or encryption just for fun while completing 
@system
+       export USE="-git -crypt"
 
        # Portage should figure out itself what it needs to do, if anything.
        # Avoid glib compiling for Cocoa libs if it finds them, since we're

Reply via email to