Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 370349

Summary: dev-dotnet/gudev-sharp: fix udev dependencies
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: Samuli Suominen (RETIRED) <ssuominen>
Status: RESOLVED FIXED    
Severity: normal CC: dotnet
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 348472    

Description William Hubbs gentoo-dev 2011-06-06 22:42:44 UTC
Udev 171 splits out the extras use flag into separate use flags.

As a result, the ebuilds for this package need the following changes:

sys-fs/udev[extras]

needs to become:

|| ( >=sys-fs/udev-171[useflag] >= sys-fs/udev145[extras] )

"useflag" in this example should be replaced with whatever the use flag
is for udev-171 that your package needs.
This should not require a revbump since we are just modifying use flags.
Comment 1 Pacho Ramos gentoo-dev 2011-06-07 08:09:39 UTC
+  07 Jun 2011; Pacho Ramos <pacho@gentoo.org> gudev-sharp-0.1.ebuild:
+  Fix udev deps, bug #370349 by William Hubbs.
+