From 9069ea6d91027c45640554739d6bb763c3418303 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 16 Jun 2025 07:15:44 +0000 Subject: [PATCH] virtual/service-manager: Sync with Gentoo It's from Gentoo commit f3ea71b7edbd62103a1d93f56cf55f260a4c60a1. --- .../service-manager/service-manager-2.ebuild | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-2.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-2.ebuild new file mode 100644 index 0000000000..37ea1b960b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-2.ebuild @@ -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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="systemd" + +RDEPEND=" + !prefix-guest? ( + systemd? ( sys-apps/systemd ) + !systemd? ( || ( + sys-apps/openrc + kernel_linux? ( || ( + sys-apps/s6-rc + sys-process/runit + ) ) + ) + ) + ) +"