From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1451553-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B8129158020
	for <garchives@archives.gentoo.org>; Sun, 30 Oct 2022 09:43:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 10AC3E0928;
	Sun, 30 Oct 2022 09:43:23 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id ECC30E0928
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2022 09:43:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1D058340EFA
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2022 09:43:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 604056A4
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2022 09:43:19 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1667122939.43251955f03fc5e7257cf155aa56f0bd11420855.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/service-manager/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/service-manager/service-manager-1-r1.ebuild virtual/service-manager/service-manager-1.ebuild
X-VCS-Directories: virtual/service-manager/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 43251955f03fc5e7257cf155aa56f0bd11420855
X-VCS-Branch: master
Date: Sun, 30 Oct 2022 09:43:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 99740b9a-aa97-4954-91db-0f31f2e54a9b
X-Archives-Hash: 117a7ca78ad40feb3e1bb2b5bd6bcb25

commit:     43251955f03fc5e7257cf155aa56f0bd11420855
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Sep 15 08:41:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 09:42:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43251955

virtual/service-manager: add sys-apps/s6-rc to the list

sys-apps/s6-rc[1] is an alternative service manager that should be in
the list as well.

[1] https://skarnet.org/software/s6-rc/

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/27352
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{service-manager-1.ebuild => service-manager-1-r1.ebuild}            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/service-manager/service-manager-1.ebuild b/virtual/service-manager/service-manager-1-r1.ebuild
similarity index 96%
rename from virtual/service-manager/service-manager-1.ebuild
rename to virtual/service-manager/service-manager-1-r1.ebuild
index 855dced9ed5c..f75fe8b737b2 100644
--- a/virtual/service-manager/service-manager-1.ebuild
+++ b/virtual/service-manager/service-manager-1-r1.ebuild
@@ -15,6 +15,7 @@ RDEPEND="
 			sys-apps/openrc
 			kernel_linux? (
 				|| (
+					sys-apps/s6-rc
 					sys-apps/systemd
 					sys-process/runit
 					virtual/daemontools