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 E7A52138359 for ; Mon, 17 Aug 2020 02:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01BC5E082B; Mon, 17 Aug 2020 02:11:06 +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 D89A6E082B for ; Mon, 17 Aug 2020 02:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F30F34F095 for ; Mon, 17 Aug 2020 02:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F90286 for ; Mon, 17 Aug 2020 02:11:02 +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: <1597630246.d3ad6b02ec57aae6325d46acfa7289f8f32c5aaf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ecryptfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild X-VCS-Directories: sys-fs/ecryptfs-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3ad6b02ec57aae6325d46acfa7289f8f32c5aaf X-VCS-Branch: master Date: Mon, 17 Aug 2020 02:11:02 +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: 3090177a-f1e0-4df9-84bf-6d11c86734dd X-Archives-Hash: a66376fddac462e7d7b4ad6acaffc351 commit: d3ad6b02ec57aae6325d46acfa7289f8f32c5aaf Author: Sam James gentoo org> AuthorDate: Mon Aug 17 02:10:46 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 17 02:10:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ad6b02 sys-fs/ecryptfs-utils: add missing lsof dep Needed by the ecryptfs-migrate-home tool. Closes: https://bugs.gentoo.org/704356 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild index d11d30dd0ff..711644620d7 100644 --- a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild +++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=dev-libs/libgcrypt-1.2.0:0= dev-libs/nss >=sys-apps/keyutils-1.5.11-r1:= + sys-process/lsof gpg? ( app-crypt/gpgme:= ) gtk? ( x11-libs/gtk+:2 ) openssl? ( >=dev-libs/openssl-0.9.7:= )