virtual/service-manager: Sync with Gentoo

It's from Gentoo commit 10751ff148982a75a31935d345a47a3ba8057a3b.
This commit is contained in:
Flatcar Buildbot 2025-08-04 07:21:10 +00:00 committed by Krzesimir Nowak
parent 63b66ae311
commit ad9de65283
2 changed files with 0 additions and 48 deletions

View File

@ -1,25 +0,0 @@
# 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
prefix-guest? ( >=sys-apps/baselayout-prefix-2.2 )
!prefix-guest? (
|| (
sys-apps/openrc
kernel_linux? (
|| (
sys-apps/s6-rc
sys-apps/systemd
sys-process/runit
virtual/daemontools
)
)
)
)"

View File

@ -1,23 +0,0 @@
# 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
!prefix-guest? (
|| (
sys-apps/openrc
kernel_linux? (
|| (
sys-apps/s6-rc
sys-apps/systemd
sys-process/runit
)
)
)
)"