From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6418D158170 for ; Sun, 21 Jul 2024 00:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C78E2AC5; Sun, 21 Jul 2024 00:31:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E343E2AC5 for ; Sun, 21 Jul 2024 00:31:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90C0E34307D for ; Sun, 21 Jul 2024 00:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E4E1DB6 for ; Sun, 21 Jul 2024 00:31:22 +0000 (UTC) From: "Sam James" 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" Message-ID: <1721521788.156e556611d11ac6cae72915df354222244fd346.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/runit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/runit/runit-2.1.2-r2.ebuild sys-process/runit/runit-2.1.2-r3.ebuild X-VCS-Directories: sys-process/runit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 156e556611d11ac6cae72915df354222244fd346 X-VCS-Branch: master Date: Sun, 21 Jul 2024 00:31:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab6dce0c-73cc-4947-aa65-388fbcb6b3d9 X-Archives-Hash: 86967b7f3ae4f8297074e5e73d58f072 commit: 156e556611d11ac6cae72915df354222244fd346 Author: Anna (navi) Figueiredo Gomes vlhl dev> AuthorDate: Sun Jul 21 00:01:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 21 00:29:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156e5566 sys-process/runit: add sys-apps/openrc-navi dependency Signed-off-by: Anna (navi) Figueiredo Gomes vlhl.dev> Signed-off-by: Sam James gentoo.org> sys-process/runit/{runit-2.1.2-r2.ebuild => runit-2.1.2-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/runit/runit-2.1.2-r2.ebuild b/sys-process/runit/runit-2.1.2-r3.ebuild similarity index 98% rename from sys-process/runit/runit-2.1.2-r2.ebuild rename to sys-process/runit/runit-2.1.2-r3.ebuild index 5f135925f8bc..4da7236850c6 100644 --- a/sys-process/runit/runit-2.1.2-r2.ebuild +++ b/sys-process/runit/runit-2.1.2-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI=" http://archive.ubuntu.com/ubuntu/pool/universe/r/runit/${UBUNTU_A} " -RDEPEND="sys-apps/openrc" + RDEPEND="|| ( sys-apps/openrc sys-apps/openrc-navi )" S=${WORKDIR}/admin/${P}/src