commit: 197f985a9d5dd12b9c6ab29e55f3fbd7fe465254 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 10:12:54 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Aug 22 10:15:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197f985a
base/packages: Add app-admin/eselect explicitly eselect used to be a hard dependency (PDEPEND) of python. This is not the case anymore, but it's still expected to be present during stage builds, leading to (so far luckily harmless) errors. Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/packages | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/packages b/profiles/base/packages index f8229f7a0b6..e0cee163af9 100644 --- a/profiles/base/packages +++ b/profiles/base/packages @@ -24,6 +24,7 @@ # of the minimum set of packages needed for any Gentoo based system. *>=sys-apps/baselayout-2 +*app-admin/eselect *app-arch/bzip2 *app-arch/gzip *app-arch/tar
