From 89d1377d8d37647d0e469ab12fbb434a5d2cc0a8 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 16 Sep 2013 19:05:04 -0400 Subject: [PATCH] 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. --- .../coreos-overlay/profiles/features/systemd/make.defaults | 1 + .../profiles/features/systemd/package.accept_keywords | 1 + 2 files changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/make.defaults index 31b1813175..76a820ac5b 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/make.defaults @@ -1 +1,2 @@ USE="systemd" +BOOTSTRAP_USE="$BOOTSTRAP_USE udev" diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.accept_keywords index f8ac58ccf3..e86ffbb508 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.accept_keywords @@ -2,6 +2,7 @@ sys-apps/systemd ~amd64 ~x86 sys-apps/systemd-ui ~amd64 ~x86 sys-apps/systemd-sysv-utils ~amd64 ~x86 sys-apps/efunctions ~amd64 ~x86 +sys-apps/gentoo-systemd-integration ~amd64 ~x86 # Various dependencies that also need to be up-to-date sys-apps/hwids ~amd64 ~x86