Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
Date: Thu, 03 Mar 2016 10:46:10
Message-Id: 1457001977.b177a005427479bc7881b6a14bac6dbaff5b1a42.blueness@gentoo
1 commit: b177a005427479bc7881b6a14bac6dbaff5b1a42
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 10:44:03 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 10:46:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b177a005
7
8 profiles/targets/systemd: add stuff for catalyst stage builds
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 profiles/targets/systemd/make.defaults | 2 ++
13 profiles/targets/systemd/packages.build | 7 +++++++
14 2 files changed, 9 insertions(+)
15
16 diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults
17 index ec97938..0956dfe 100644
18 --- a/profiles/targets/systemd/make.defaults
19 +++ b/profiles/targets/systemd/make.defaults
20 @@ -3,3 +3,5 @@
21 # $Id$
22
23 USE="systemd udev"
24 +
25 +BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"
26
27 diff --git a/profiles/targets/systemd/packages.build b/profiles/targets/systemd/packages.build
28 new file mode 100644
29 index 0000000..6cb51ae
30 --- /dev/null
31 +++ b/profiles/targets/systemd/packages.build
32 @@ -0,0 +1,7 @@
33 +# Copyright 1999-2014 Gentoo Foundation.
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +# Nothing pulls in systemd as a dependency for stage1,
38 +# so we need to list it here.
39 +sys-apps/systemd