diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-10-05 10:26:03 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-10-06 12:59:31 -0700 |
commit | 98f33c7e1471a5fc0cf80c633ff442222d851aa0 (patch) | |
tree | e97fca73256d0669487aaf101e10bbb00ca6078a /profiles | |
parent | dev-lang/julia-bin: add 1.8.2 (diff) | |
download | gentoo-98f33c7e1471a5fc0cf80c633ff442222d851aa0.tar.gz gentoo-98f33c7e1471a5fc0cf80c633ff442222d851aa0.tar.bz2 gentoo-98f33c7e1471a5fc0cf80c633ff442222d851aa0.zip |
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@gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/systemd/make.defaults | 4 |
1 files 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" |