profiles: re-add udev to default USE flags

Reapply 943574b4, build_packages can handle the circular dependency that
this introduces between systemd and util-linux now.
This commit is contained in:
Michael Marineau 2014-07-06 21:51:38 -07:00
parent 6202ce1152
commit 6688883299

View File

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