commit: d5511ce3329c212693f42b057883dc8d2516d222 Author: Emil Velikov <emil.l.velikov <AT> gmail <DOT> com> AuthorDate: Sun Oct 20 16:09:58 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 18:50:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5511ce3
sys-apps/kmod: drop the softdep modprobe.conf A in-kernel variant of this script was sent upstream ~10 years ago [1] and after some minor changes it was merged [2]. Drop the no longer needed softdep statements. [1] https://lore.kernel.org/all/1378831050-22262-1-git-send-email-teg <AT> jklm.no/ [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux/kernel/git/torvalds/linux.git/commit/?id=05c92da0c52494caf97d58be1b05b1f95a79ce4e Signed-off-by: Emil Velikov <emil.l.velikov <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/39053 Closes: https://github.com/gentoo/gentoo/pull/39053 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/kmod/kmod-9999.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index d8dd25935497..34da0e80d134 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.ebuild @@ -77,15 +77,6 @@ src_install() { done fi - cat <<-EOF > "${T}"/usb-load-ehci-first.conf - softdep uhci_hcd pre: ehci_hcd - softdep ohci_hcd pre: ehci_hcd - EOF - - insinto /lib/modprobe.d - # bug #260139 - doins "${T}"/usb-load-ehci-first.conf - newinitd "${FILESDIR}"/kmod-static-nodes-r1 kmod-static-nodes }
