commit: b12946869a4d66ee63e15101d5aea52d336bb02a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 12:48:28 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Aug 22 12:50:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1294686
default/linux/packages.build: 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/default/linux/packages.build | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 6add4b8900c..6075223d5e1 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -7,6 +7,7 @@ # While shadow could be in here, it breaks stage 1 and stage 2 building for the # releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT! +app-admin/eselect app-arch/bzip2 app-arch/gzip app-arch/xz-utils
