Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368331 - sys-fs/udev version bump to 171
Summary: sys-fs/udev version bump to 171
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-22 11:32 UTC by Michał Górny
Modified: 2011-06-06 21:44 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-05-22 11:32:03 UTC
Like the summary states. I'd appreciate adding support for systemd eclass as well :P.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-05-22 23:37:54 UTC
This might become a not that easy task. It seems like upstream finally split up the extras (functionality with external dependencies) into smaller pieces:

  --disable-rule_generator
                          disable persistent network, cdrom support
  --disable-hwdb          disable hardware database support
  --disable-udev_acl      disable local user acl permissions support
  --disable-gudev         disable Gobject libudev support
  --disable-introspection disable GObject introspection
  --disable-keymap        disable keymap fixup support
  --enable-floppy         enable legacy floppy support
  --enable-edd            enable disk edd support
  --enable-action_modeswitch
                          enable action modeswitch support

Not only do we have to figure out what option en-/disables what dependency on external packages but we also must adjust every ebuild depending on sys-fs/udev[extras] to reflect the new USE flags (given that the "extras" USE flag will be replaced).
Comment 2 Matthias Schwarzott gentoo-dev 2011-06-05 20:01:00 UTC
Commited udev-171.ebuild with these split use-flags.