Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919691 - app-misc/ddcutil-2.0.0-r1: wrong udev rules installed in /usr/lib/udev/rules.d
Summary: app-misc/ddcutil-2.0.0-r1: wrong udev rules installed in /usr/lib/udev/rules.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-10 18:58 UTC by alaviss0+gentoo
Modified: 2023-12-11 07:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alaviss0+gentoo 2023-12-10 18:58:02 UTC
The ebuild is installing rules from `data/etc/udev/rules.d/60-ddcutil-i2c.rules` as `/usr/lib/udev/rules.d/60-ddcutil-i2c.rules`, which is only meant to be a template for overriding the real rule provided at `data/usr/lib/udev/rules.d/60-ddcutil-i2c.rules` which allows current users to make use of ddcutil without being in i2c group.
Comment 1 Larry the Git Cow gentoo-dev 2023-12-11 07:31:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637874b91a93d6eaca80813a60d4ad95f0f0a682

commit 637874b91a93d6eaca80813a60d4ad95f0f0a682
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-12-11 07:31:07 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-12-11 07:31:39 +0000

    app-misc/ddcutil: install correct udev rules
    
    Closes: https://bugs.gentoo.org/919691
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 app-misc/ddcutil/{ddcutil-2.0.0-r1.ebuild => ddcutil-2.0.0-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)