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: Mon, 27 Jan 2020 09:33:35
Message-Id: 1580117553.84c9acaf4bab2b815d5113013285fd550c6f0cd8.grobian@gentoo
1 commit: 84c9acaf4bab2b815d5113013285fd550c6f0cd8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 09:32:33 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 09:32:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=84c9acaf
7
8 scripts/bootstrap-prefix: reduce portage-utils deps during bootstrap
9
10 drop both qmanifest as well as qtegrity to get minimal (= no) deps
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 scripts/bootstrap-prefix.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
18 index 4dc2422e2a..2c26201141 100755
19 --- a/scripts/bootstrap-prefix.sh
20 +++ b/scripts/bootstrap-prefix.sh
21 @@ -1551,7 +1551,7 @@ do_emerge_pkgs() {
22 -pcre
23 -ssl
24 -python
25 - -qmanifest
26 + -qmanifest -qtegrity
27 bootstrap
28 clang
29 internal-glib