commit: fc63915ab37124a100ec242c3356e5b228fd0701 Author: Laszlo Gombos <laszlo.gombos <AT> gmail <DOT> com> AuthorDate: Wed Oct 26 04:39:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 09:39:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc63915a
sys-kernel/dracut: remove optfeature that is no longer supported See https://github.com/dracutdevs/dracut/pull/1013. Signed-off-by: Laszlo Gombos <laszlo.gombos <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27951 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-kernel/dracut/dracut-057-r2.ebuild | 3 --- sys-kernel/dracut/dracut-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys-kernel/dracut/dracut-057-r2.ebuild b/sys-kernel/dracut/dracut-057-r2.ebuild index a1fbcd3f2411..678424b982dd 100644 --- a/sys-kernel/dracut/dracut-057-r2.ebuild +++ b/sys-kernel/dracut/dracut-057-r2.ebuild @@ -145,9 +145,6 @@ pkg_postinst() { optfeature "Networking support" net-misc/networkmanager optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 "net-misc/iputils[arping]" - optfeature \ - "Measure performance of the boot process for later visualisation" \ - app-benchmarks/bootchart2 app-admin/killproc sys-process/acct optfeature "Scan for Btrfs on block devices" sys-fs/btrfs-progs optfeature "Load kernel modules and drop this privilege for real init" \ sys-libs/libcap diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild index 6e714810ab57..7f2f0151787d 100644 --- a/sys-kernel/dracut/dracut-9999.ebuild +++ b/sys-kernel/dracut/dracut-9999.ebuild @@ -143,9 +143,6 @@ pkg_postinst() { optfeature "Networking support" net-misc/networkmanager optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 "net-misc/iputils[arping]" - optfeature \ - "Measure performance of the boot process for later visualisation" \ - app-benchmarks/bootchart2 app-admin/killproc sys-process/acct optfeature "Scan for Btrfs on block devices" sys-fs/btrfs-progs optfeature "Load kernel modules and drop this privilege for real init" \ sys-libs/libcap
