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 B0A6A15811D for ; Wed, 28 Jun 2023 07:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEC95E096F; Wed, 28 Jun 2023 07:55:16 +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 CFF58E096F for ; Wed, 28 Jun 2023 07:55:16 +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 DC99F335D46 for ; Wed, 28 Jun 2023 07:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6182EA9D for ; Wed, 28 Jun 2023 07:55:14 +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: <1687938903.10abf20c3628086722b515891a1472fad023076f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-3.3.17-r1.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10abf20c3628086722b515891a1472fad023076f X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:55:14 +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: c5e29c86-17ca-4597-8fe2-fdd00a72ab50 X-Archives-Hash: 5a31e9f4eb54397d8555d970bc730fd8 commit: 10abf20c3628086722b515891a1472fad023076f Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:53:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:55:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10abf20c sys-process/procps: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-process/procps/procps-3.3.17-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-process/procps/procps-3.3.17-r1.ebuild b/sys-process/procps/procps-3.3.17-r1.ebuild index e7a872a1c74e..af85c95d87f5 100644 --- a/sys-process/procps/procps-3.3.17-r1.ebuild +++ b/sys-process/procps/procps-3.3.17-r1.ebuild @@ -34,6 +34,7 @@ RDEPEND="${DEPEND} !sys-apps/coreutils[kill] !sys-apps/util-linux[kill] ) + selinux? ( sec-policy/selinux-uptime ) !