From fdbfc433dfff12ff435f2faa7bdbd9510ff7a5f1 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 8 Dec 2014 21:07:27 -0800 Subject: [PATCH] profiles: fix stage1 bootstrap builds Prevent pulling in 'gentoo-systemd-integration' and ensure dbus is always built with systemd support. --- .../profiles/features/systemd/package.use.force | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.use.force diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.use.force b/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.use.force new file mode 100644 index 0000000000..523657369b --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/profiles/features/systemd/package.use.force @@ -0,0 +1,8 @@ +# Copyright (c) 2014 The CoreOS Authors. All rights reserved. +# Distributed under the terms of the GNU General Public License v2 + +# disable gentoo-only bits +sys-apps/systemd vanilla + +# dbus without systemd conflicts with systemd +sys-apps/dbus systemd