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

Bug 448148

Summary: in udev-171-r9.ebuild, rule_generator USE flag does nothing
Product: Gentoo Linux Reporter: ta2002 <throw_away_2002>
Component: [OLD] baselayoutAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ta2002 2012-12-22 04:12:15 UTC
I will point out that this is the CURRENT STABLE version.

$ grep rule_generator /usr/portage/sys-fs/udev/udev-171-r9.ebuild
IUSE="build selinux test debug +rule_generator hwdb gudev introspection
                $(use_extras rule_generator) \

So if I have the extras USE flag set (which is masked in /usr/portage/profiles/base/package.use.mask), then udev gets compiled with rule_generator. Otherwise, there is no way to do it. Amazing.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-12-22 05:22:00 UTC
You are not reading the udev's ebuild correctly. 
The separate USE flags like rule_generator, work independently from USE extras too.