When upgrading udev 090 -> 094 I noticed the following problems (that cause error messages on boot) 48-qemu.rules (provided by qemu package) KERNEL="kqemu*", NAME="%k", GROUP="qemu", MODE="0660" should be changed to KERNEL=="kqemu*", NAME="%k", GROUP="qemu", MODE="0660" Similar issue (== instead of =) is in hsf.rules (provided by hsfmodem ebuild) Another problem that I could not fix is in 60-pcmcia. The rule ACTION=="add", SUBSYSTEM=="pcmcia", MODALIAS=="?*", \ RUN+="/sbin/pcmcia-check-broken-cis" Gets an error message about MODALIAS - I'm not sure how the rules have changed since 090 so I don't have a fix.
I confirm this. All /etc/udev/rules.d/*.rules files should be changed to have a (new?) syntax: http://www.reactivated.net/writing_udev_rules.html#syntax
One ebuild = one bug. Please, don't file mass bugs about unspecified number of ebuilds.
When all of the ebuilds in question have the same problem, I don't see any reason to file 5 duplicate bug reports that only have different ebuild names. So suit yourself, I have fixed the issues in my system (apart from PCMCIA).