mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
virtual/service-manager: Sync with Gentoo
It's from Gentoo commit 8ea70e92f2d736ddd3103780f755413bac97ee05.
This commit is contained in:
parent
8a57455084
commit
3e4678bfb4
26
sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild
vendored
Normal file
26
sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2024 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
|
||||||
|
sys-apps/openrc-navi
|
||||||
|
)
|
||||||
|
kernel_linux? (
|
||||||
|
|| (
|
||||||
|
sys-apps/s6-rc
|
||||||
|
sys-apps/systemd
|
||||||
|
sys-process/runit
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)"
|
Loading…
Reference in New Issue
Block a user