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/base/
Date: Sun, 22 Aug 2021 10:15:45
Message-Id: 1629627331.197f985a9d5dd12b9c6ab29e55f3fbd7fe465254.dilfridge@gentoo
1 commit: 197f985a9d5dd12b9c6ab29e55f3fbd7fe465254
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 10:12:54 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 10:15:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197f985a
7
8 base/packages: 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/base/packages | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/profiles/base/packages b/profiles/base/packages
20 index f8229f7a0b6..e0cee163af9 100644
21 --- a/profiles/base/packages
22 +++ b/profiles/base/packages
23 @@ -24,6 +24,7 @@
24 # of the minimum set of packages needed for any Gentoo based system.
25
26 *>=sys-apps/baselayout-2
27 +*app-admin/eselect
28 *app-arch/bzip2
29 *app-arch/gzip
30 *app-arch/tar