diff options
author | Laszlo Gombos <laszlo.gombos@gmail.com> | 2022-10-26 04:39:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:39:58 +0000 |
commit | fc63915ab37124a100ec242c3356e5b228fd0701 (patch) | |
tree | 10371c0e4a944481f87c932e0c7e95d4c059474e /sys-kernel/dracut | |
parent | dev-util/ROPgadget: drop 6.9, 7.0 (diff) | |
download | gentoo-fc63915ab37124a100ec242c3356e5b228fd0701.tar.gz gentoo-fc63915ab37124a100ec242c3356e5b228fd0701.tar.bz2 gentoo-fc63915ab37124a100ec242c3356e5b228fd0701.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27951
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel/dracut')
-rw-r--r-- | sys-kernel/dracut/dracut-057-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-kernel/dracut/dracut-9999.ebuild | 3 |
2 files changed, 0 insertions, 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 |