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 1642A158046 for ; Sat, 12 Oct 2024 10:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E49E2A15; Sat, 12 Oct 2024 10:32:27 +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 16C05E2A15 for ; Sat, 12 Oct 2024 10:32:27 +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 1E05934324A for ; Sat, 12 Oct 2024 10:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF8B1671 for ; Sat, 12 Oct 2024 10:32:24 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1728728927.7521a350e022063ae9fe84a7f19fd69a75d2d2dc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/scx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/scx/scx-1.0.5-r1.ebuild sys-kernel/scx/scx-1.0.5.ebuild X-VCS-Directories: sys-kernel/scx/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7521a350e022063ae9fe84a7f19fd69a75d2d2dc X-VCS-Branch: master Date: Sat, 12 Oct 2024 10:32:24 +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: b4d437e6-f624-4bf5-9ea0-5d86de35d1f8 X-Archives-Hash: 4437ed9711f8b7032c5d788b6f4e6dff commit: 7521a350e022063ae9fe84a7f19fd69a75d2d2dc Author: Violet Purcell inventati org> AuthorDate: Sat Oct 12 00:51:03 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Oct 12 10:28:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7521a350 sys-kernel/scx: allow openrc-navi for openrc dependency Signed-off-by: Violet Purcell inventati.org> Signed-off-by: Florian Schmaus gentoo.org> sys-kernel/scx/{scx-1.0.5.ebuild => scx-1.0.5-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-kernel/scx/scx-1.0.5.ebuild b/sys-kernel/scx/scx-1.0.5-r1.ebuild similarity index 99% rename from sys-kernel/scx/scx-1.0.5.ebuild rename to sys-kernel/scx/scx-1.0.5-r1.ebuild index 08aa196263b6..6956284d3b74 100644 --- a/sys-kernel/scx/scx-1.0.5.ebuild +++ b/sys-kernel/scx/scx-1.0.5-r1.ebuild @@ -315,7 +315,10 @@ DEPEND=" virtual/libelf:= sys-libs/zlib:= >=dev-libs/libbpf-1.3:= - openrc? ( sys-apps/openrc ) + openrc? ( || ( + sys-apps/openrc + sys-apps/openrc-navi + ) ) " RDEPEND=" ${DEPEND}