Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452870 - ~virtual/udev-171 has useless "kmod" and "static-libs" in IUSE
Summary: ~virtual/udev-171 has useless "kmod" and "static-libs" in IUSE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 20:15 UTC by Manuel Rüger (RETIRED)
Modified: 2013-01-27 14:14 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 Manuel Rüger (RETIRED) gentoo-dev 2013-01-18 20:15:02 UTC
IUSE="gudev hwdb introspection keymap selinux static-libs"

DEPEND=""
RDEPEND="|| ( ~sys-fs/udev-171[gudev?,hwdb?,introspection?,keymap?,selinux?]
        ~sys-fs/eudev-0[gudev?,hwdb?,introspection?,keymap?,selinux?] )"


static-libs doesn't force anything here.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-01-19 17:11:51 UTC
right, udev-171 always builds static-libs but newer udev's doesn't. so it's required also in the older ones so apps can add dep like:

virtual/udev[static-libs]
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2013-01-27 14:14:18 UTC
USE=kmod is also useless flag for 171 but it's there to allow virtual/udev[kmod] dep to be used

this will autoresolve itself after removing 171 from tree after the stabilization of 197-r3 is done