commit:     98f33c7e1471a5fc0cf80c633ff442222d851aa0
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  5 17:26:03 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 19:59:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f33c7e

profiles/targets/systemd: add sysv-utils to BOOTSTRAP_USE

catalyst, bootstrap.sh and BOOTSTRAP_USE all set USE=-*
at various stages of builds.
This results in systemd build with -sysv-utils and pulls
sys-apps/sysvinit as a dependency in stage1/stage2 builds.

Closes: https://github.com/gentoo/gentoo/pull/27644
Suggested-by: Mike Gilbert <floppym <AT> gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/targets/systemd/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/systemd/make.defaults 
b/profiles/targets/systemd/make.defaults
index 8bc064858b21..5db64cfb8cc4 100644
--- a/profiles/targets/systemd/make.defaults
+++ b/profiles/targets/systemd/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 USE="systemd udev"
 
-BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd sysv-utils udev"

Reply via email to