profiles: add udev to default USE flags

This is normally a default but isn't due to our odd profile setup.
This commit is contained in:
Michael Marineau 2014-07-06 21:51:38 -07:00
parent b48cbcd381
commit 3ddc2ccbd7

View File

@ -1,2 +1,2 @@
USE="systemd"
USE="systemd udev"
BOOTSTRAP_USE="$BOOTSTRAP_USE udev"