From 55e7fe91ed64e0bf66e49d54fbcc5a1b0ac0ae7e Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 11 Nov 2024 07:09:48 +0000 Subject: [PATCH] virtual/service-manager: Sync with Gentoo It's from Gentoo commit 8ea70e92f2d736ddd3103780f755413bac97ee05. --- .../service-manager-1-r3.ebuild | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild b/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild new file mode 100644 index 00000000000..e5a5dfaca39 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild @@ -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 + ) + ) + ) + )"