diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-03 05:44:03 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-03 05:46:17 -0500 |
commit | b177a005427479bc7881b6a14bac6dbaff5b1a42 (patch) | |
tree | 4131ba13b4464d5815e8d6d1e90408b244759816 /profiles/targets | |
parent | www-servers/nginx: Support libressl (diff) | |
download | gentoo-b177a005427479bc7881b6a14bac6dbaff5b1a42.tar.gz gentoo-b177a005427479bc7881b6a14bac6dbaff5b1a42.tar.bz2 gentoo-b177a005427479bc7881b6a14bac6dbaff5b1a42.zip |
profiles/targets/systemd: add stuff for catalyst stage builds
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/systemd/make.defaults | 2 | ||||
-rw-r--r-- | profiles/targets/systemd/packages.build | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults index ec9793854f7a..0956dfe340b1 100644 --- a/profiles/targets/systemd/make.defaults +++ b/profiles/targets/systemd/make.defaults @@ -3,3 +3,5 @@ # $Id$ USE="systemd udev" + +BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev" diff --git a/profiles/targets/systemd/packages.build b/profiles/targets/systemd/packages.build new file mode 100644 index 000000000000..6cb51aeac712 --- /dev/null +++ b/profiles/targets/systemd/packages.build @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Nothing pulls in systemd as a dependency for stage1, +# so we need to list it here. +sys-apps/systemd |