fix(profiles): Add udev to the stage1 use flags.

Bootstrapping now pulls in udev which is provided by systemd, systemd
pulls in hwids which must have the udev use flag enabled. Also add
gentoo-systemd-integration which will be used with the next version of
systemd.
This commit is contained in:
Michael Marineau 2013-09-16 19:05:04 -04:00
parent 56ac86f071
commit 89d1377d8d
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -2,6 +2,7 @@ sys-apps/systemd ~amd64 ~x86
sys-apps/systemd-ui ~amd64 ~x86 sys-apps/systemd-ui ~amd64 ~x86
sys-apps/systemd-sysv-utils ~amd64 ~x86 sys-apps/systemd-sysv-utils ~amd64 ~x86
sys-apps/efunctions ~amd64 ~x86 sys-apps/efunctions ~amd64 ~x86
sys-apps/gentoo-systemd-integration ~amd64 ~x86
# Various dependencies that also need to be up-to-date # Various dependencies that also need to be up-to-date
sys-apps/hwids ~amd64 ~x86 sys-apps/hwids ~amd64 ~x86