For udev's acl device node feature to work, udev need RDEPEND on sys-apps/coreutils[acl] and the kernel option CONFIG_TMPFS_POSIX_ACL. Both should be checked in the ebuild. Reproducible: Always
Created attachment 281457 [details, diff] Adds checks, switch to EAPI=2 For USE dependencies I changed the ebuild to EAPI=2. For this I changed: - Switched EAPI="1" to EAPI="2" - Split old src_unpack() into src_unpack() and src_prepare() - Split old src_compile() into src_configure() and src_compile() - Remove new src_compile in favor of default src_compile()
I am workingon migrating to eapi 4, so I will look at your changes and see what I need to apply from them. Thanks, William
udev-acl was moved to sys-auth/consolekit and I've fixed this in 0.4.5-r3 now. Thank you for the patch!