diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 16:01:10 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 16:01:10 -0400 |
commit | afb52ace885d8e24bfd1408f61c895be908547b3 (patch) | |
tree | e7df09f4f5e47b0c99ea7c478446ea5d9514dcbe /profiles | |
parent | Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-afb52ace885d8e24bfd1408f61c895be908547b3.tar.gz gentoo-afb52ace885d8e24bfd1408f61c895be908547b3.tar.bz2 gentoo-afb52ace885d8e24bfd1408f61c895be908547b3.zip |
profiles/default/linux: drop sys-apps/makedev from packages.build
Closes: https://bugs.gentoo.org/909664
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/packages.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 7515c782bca4..234eafa6d08b 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file describes the packages needed to build a stage1 based on this @@ -16,7 +16,6 @@ sys-devel/autoconf sys-devel/automake sys-devel/libtool sys-apps/baselayout -sys-apps/makedev sys-apps/coreutils sys-apps/diffutils sys-apps/file |