diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-22 14:48:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-22 14:50:29 +0200 |
commit | b12946869a4d66ee63e15101d5aea52d336bb02a (patch) | |
tree | 63bf73ee0e283cbe8a359b0b137d0a7553d0c77f /profiles/default | |
parent | dev-python/oauth2: enable py3.10, use epytest (diff) | |
download | gentoo-b12946869a4d66ee63e15101d5aea52d336bb02a.tar.gz gentoo-b12946869a4d66ee63e15101d5aea52d336bb02a.tar.bz2 gentoo-b12946869a4d66ee63e15101d5aea52d336bb02a.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/packages.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 6add4b8900c6..6075223d5e16 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 |