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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA7021382C5 for ; Fri, 26 Feb 2021 18:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B868E0844; Fri, 26 Feb 2021 18:17:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FA95E0844 for ; Fri, 26 Feb 2021 18:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E265C3410A6 for ; Fri, 26 Feb 2021 18:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BA02C3 for ; Fri, 26 Feb 2021 18:17:43 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1614363436.0e5a92dce6de7d0e25906ed1a3ca48847037c2f9.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/ndctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/ndctl/ndctl-71.1-r1.ebuild sys-block/ndctl/ndctl-71.1.ebuild X-VCS-Directories: sys-block/ndctl/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 0e5a92dce6de7d0e25906ed1a3ca48847037c2f9 X-VCS-Branch: master Date: Fri, 26 Feb 2021 18:17:43 +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: 310b272b-609a-44cc-a98f-5a6fe644e516 X-Archives-Hash: a84178bb4b945db07183f67d619e3b1e commit: 0e5a92dce6de7d0e25906ed1a3ca48847037c2f9 Author: Patrick McLean sony com> AuthorDate: Fri Feb 26 18:17:16 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Feb 26 18:17:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5a92dc sys-block/ndctl-71.1-r1: Revbump add keyutils dep (bug #772962) Closes: https://bugs.gentoo.org/772962 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> sys-block/ndctl/{ndctl-71.1.ebuild => ndctl-71.1-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-block/ndctl/ndctl-71.1.ebuild b/sys-block/ndctl/ndctl-71.1-r1.ebuild similarity index 98% rename from sys-block/ndctl/ndctl-71.1.ebuild rename to sys-block/ndctl/ndctl-71.1-r1.ebuild index 8791d7f4370..1ba6ed6f2b1 100644 --- a/sys-block/ndctl/ndctl-71.1.ebuild +++ b/sys-block/ndctl/ndctl-71.1-r1.ebuild @@ -15,10 +15,11 @@ KEYWORDS="~amd64 ~x86" IUSE="bash-completion systemd test" DEPEND=" + dev-libs/json-c:= + sys-apps/keyutils:= sys-apps/kmod:= - virtual/libudev:= sys-apps/util-linux:= - dev-libs/json-c:= + virtual/libudev:= systemd? ( sys-apps/systemd:= ) " RDEPEND="${DEPEND}"