commit: a5d42b0b9685537780f10eed5809b7bf37e4c67d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 17 18:48:07 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 18 07:18:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d42b0b
dev-build/steve: Remove modules-load.d hack Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://codeberg.org/gentoo/gentoo/pulls/4 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-build/steve/steve-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-build/steve/steve-9999.ebuild b/dev-build/steve/steve-9999.ebuild index c3121f5bb28d..26e0cc8000e2 100644 --- a/dev-build/steve/steve-9999.ebuild +++ b/dev-build/steve/steve-9999.ebuild @@ -81,12 +81,6 @@ src_install() { insinto /etc/sandbox.d newins data/sandbox.conf 90steve udev_newrules data/steve.udev 90-steve.rules - - # TODO: can we manage to get the correct cuse permissions otherwise? - insinto /usr/lib/modules-load.d - newins - steve.conf <<-EOF - cuse - EOF } pkg_postinst() {
