mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-23 06:21:57 +02:00
virtual/service-manager: Sync with Gentoo
It's from Gentoo commit 243a4aa760133d917b39cda2db5270463f337a8b. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
b0cb37467a
commit
d36229b0fd
24
sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-2-r1.ebuild
vendored
Normal file
24
sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-2-r1.ebuild
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Virtual for various service managers"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="systemd"
|
||||
|
||||
RDEPEND="
|
||||
!prefix-guest? (
|
||||
systemd? ( sys-apps/systemd )
|
||||
!systemd? ( || (
|
||||
sys-apps/openrc
|
||||
kernel_linux? ( || (
|
||||
sys-apps/s6-rc[system-init(-)]
|
||||
sys-process/runit[system-init(-)]
|
||||
) )
|
||||
)
|
||||
)
|
||||
)
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user