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 E4676158089 for ; Sun, 3 Sep 2023 06:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3912E2BC014; Sun, 3 Sep 2023 06:40:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 207332BC014 for ; Sun, 3 Sep 2023 06:40:30 +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 45FC8335C7A for ; Sun, 3 Sep 2023 06:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBAF31109 for ; Sun, 3 Sep 2023 06:40:27 +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: <1693723213.86c04a3b5311fbdaf84317f999317e02ef199d4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild X-VCS-Directories: sys-process/uksmd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 86c04a3b5311fbdaf84317f999317e02ef199d4e X-VCS-Branch: master Date: Sun, 3 Sep 2023 06:40:27 +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: 2e7958cd-a304-46e0-b826-8075f99c71fb X-Archives-Hash: a900d08b5ef8f4f14322755b2217acec commit: 86c04a3b5311fbdaf84317f999317e02ef199d4e Author: Sam James gentoo org> AuthorDate: Sun Sep 3 06:16:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 3 06:40:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c04a3b sys-process/uksmd: depend on =procps-4) Bug: https://bugs.gentoo.org/913523 Signed-off-by: Sam James gentoo.org> sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild b/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild index cd90995efde0..0c3b180be3a5 100644 --- a/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild +++ b/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,8 +15,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="sys-libs/libcap-ng - sys-process/procps:=" +#