commit:     f3ea71b7edbd62103a1d93f56cf55f260a4c60a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 22:00:08 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 22:01:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ea71b7

virtual/service-manager: add 2

Do as I did in dd9f1217aada80b4e25327638e3f8ceacf666eb3 (i.e. add USE=systemd),
and we also do in virtual/libudev. Portage got hung up on this again with a user
today in #gentoo. A mask on sys-apps/systemd helped them move but
we shouldn't need that.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/service-manager/service-manager-2.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/virtual/service-manager/service-manager-2.ebuild 
b/virtual/service-manager/service-manager-2.ebuild
new file mode 100644
index 000000000000..37ea1b960b5c
--- /dev/null
+++ b/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
+                               ) )
+                       )
+               )
+       )
+"

Reply via email to