This actually breaks things for gentoo, and possibly other linux distributions as well:
"Gentoo requires that the /usr/src/linux symbolic link points to the sources of the kernel you are running."
* Messages for package sys-fs/udev-171-r8:
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* CONFIG_SYSFS_DEPRECATED: should not be set. But it is.
* CONFIG_BLK_DEV_BSG: is not set when it should be.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
*
* udev-171 does not support Linux kernel before version 2.6.32!
*
* You need to add udev-mount to the sysinit runlevel.
* If you do not do this,
* your system will not be able to boot!
* Run this command:
* rc-update add udev-mount sysinit
*
* persistent-net does assigning fixed names to network devices.
* If you have problems with the persistent-net rules,
* just delete the rules file
* rm /etc/udev/rules.d/70-persistent-net.rules
* and then reboot.
*
* This may however number your devices in a different way than they are now.
*
* If you build an initramfs including udev, then please
* make sure that the /sbin/udevadm binary gets included,
* and your scripts changed to use it,as it replaces the
* old helper apps udevinfo, udevtrigger, ...
*
* mount options for directory /dev are no longer
* set in /etc/udev/udev.conf, but in /etc/fstab
* as for other directories.
*
* If you use /dev/md/*, /dev/loop/* or /dev/rd/*,
* then please migrate over to using the device names
* /dev/md*, /dev/loop* and /dev/ram*.
* The devfs-compat rules have been removed.
* For reference see Bug #269359.
*
* Rules for /dev/hd* devices have been removed
* Please migrate to libata.
*
* For more information on udev on Gentoo, writing udev rules, and
* fixing known issues visit:
*
http://www.gentoo.org/doc/en/udev-guide.xmlI could actually workaround if the kernel was more recent. For instance:
Unfortunately, 3.5.2 is old enough to not be treated by the most common gentoo-type distributions as being acceptable.
sys-kernel/vanilla-sources-3.3.8 would be acceptable though. I wouldn't even need to use an accept_keywords bypass flag to permit testing / unstable packages.