Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
Date: Sun, 22 Aug 2021 12:50:44
Message-Id: 1629636629.b12946869a4d66ee63e15101d5aea52d336bb02a.dilfridge@gentoo
1 commit: b12946869a4d66ee63e15101d5aea52d336bb02a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 12:48:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 12:50:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1294686
7
8 default/linux/packages.build: Add app-admin/eselect explicitly
9
10 eselect used to be a hard dependency (PDEPEND) of python. This is not the
11 case anymore, but it's still expected to be present during stage builds,
12 leading to (so far luckily harmless) errors.
13
14 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
15
16 profiles/default/linux/packages.build | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
20 index 6add4b8900c..6075223d5e1 100644
21 --- a/profiles/default/linux/packages.build
22 +++ b/profiles/default/linux/packages.build
23 @@ -7,6 +7,7 @@
24 # While shadow could be in here, it breaks stage 1 and stage 2 building for the
25 # releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT!
26
27 +app-admin/eselect
28 app-arch/bzip2
29 app-arch/gzip
30 app-arch/xz-utils