Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448148 - in udev-171-r9.ebuild, rule_generator USE flag does nothing
Summary: in udev-171-r9.ebuild, rule_generator USE flag does nothing
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 04:12 UTC by ta2002
Modified: 2012-12-22 05:22 UTC (History)
0 users

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 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.