commit:     84c9acaf4bab2b815d5113013285fd550c6f0cd8
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 09:32:33 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 09:32:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=84c9acaf

scripts/bootstrap-prefix: reduce portage-utils deps during bootstrap

drop both qmanifest as well as qtegrity to get minimal (= no) deps

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 4dc2422e2a..2c26201141 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1551,7 +1551,7 @@ do_emerge_pkgs() {
                        -pcre
                        -ssl
                        -python
-                       -qmanifest
+                       -qmanifest -qtegrity
                        bootstrap
                        clang
                        internal-glib

Reply via email to