commit:     3ecf7a853279d105465e8d9c5524d6c9ac11fa19
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 23:32:31 2026 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 23:32:31 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecf7a85

sys-fs/fuse-common: adjust udev rules

Drop 99-fuse.rules.
Add static_node option to 99-cuse.rules.

Closes: https://bugs.gentoo.org/971207
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../{fuse-common-3.10.4-r2.ebuild => fuse-common-3.10.4-r3.ebuild}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild 
b/sys-fs/fuse-common/fuse-common-3.10.4-r3.ebuild
similarity index 89%
rename from sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild
rename to sys-fs/fuse-common/fuse-common-3.10.4-r3.ebuild
index b699cca528b8..a33c5546b1fe 100644
--- a/sys-fs/fuse-common/fuse-common-3.10.4-r2.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.10.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,9 +22,8 @@ RDEPEND="
 "
 
 src_install() {
-       udev_newrules util/udev.rules 99-fuse.rules
        udev_newrules - 99-cuse.rules <<-EOF
-               KERNEL=="cuse", GROUP="cuse"
+               KERNEL=="cuse", GROUP="cuse", OPTIONS+="static_node=cuse"
        EOF
        newtmpfiles - static-nodes-permissions-cuse.conf <<-EOF
                z /dev/cuse 0660 root cuse - -

Reply via email to