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 D572F13832E for ; Tue, 16 Aug 2016 21:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 639B821C16C; Tue, 16 Aug 2016 21:40:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F37C721C16C for ; Tue, 16 Aug 2016 21:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91A80340B57 for ; Tue, 16 Aug 2016 21:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E2157CB for ; Tue, 16 Aug 2016 21:40:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1471383526.e1259af6a27a3de4460ca6068a0dc802c4d5ed8d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-annex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-annex/git-annex-6.20160126.ebuild dev-vcs/git-annex/git-annex-6.20160318.ebuild dev-vcs/git-annex/git-annex-6.20160419.ebuild X-VCS-Directories: dev-vcs/git-annex/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e1259af6a27a3de4460ca6068a0dc802c4d5ed8d X-VCS-Branch: master Date: Tue, 16 Aug 2016 21:40: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-Archives-Salt: 4e12e97c-364c-4a9c-ae3d-ced562b97558 X-Archives-Hash: c2d3fd3d60946a34d0afdd81810afd7f commit: e1259af6a27a3de4460ca6068a0dc802c4d5ed8d Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 16 21:38:30 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 16 21:38:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1259af6 dev-vcs/git-annex: restore lsof dependency, bug #591252 Reporter-by: Devrin Talen Bug: https://bugs.gentoo.org/591252 Package-Manager: portage-2.2.27_p10 dev-vcs/git-annex/git-annex-6.20160126.ebuild | 3 ++- dev-vcs/git-annex/git-annex-6.20160318.ebuild | 3 ++- dev-vcs/git-annex/git-annex-6.20160419.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-vcs/git-annex/git-annex-6.20160126.ebuild b/dev-vcs/git-annex/git-annex-6.20160126.ebuild index cabccbd..caa0433 100644 --- a/dev-vcs/git-annex/git-annex-6.20160126.ebuild +++ b/dev-vcs/git-annex/git-annex-6.20160126.ebuild @@ -64,7 +64,8 @@ RDEPEND="dev-haskell/aeson:= dev-haskell/xml-types:= >=dev-lang/ghc-7.6.1:= assistant? ( dev-haskell/dns:= - dev-haskell/hinotify:= ) + dev-haskell/hinotify:= + sys-process/lsof ) benchmark? ( dev-haskell/criterion:= ) concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) cryptonite? ( dev-haskell/cryptonite:= ) diff --git a/dev-vcs/git-annex/git-annex-6.20160318.ebuild b/dev-vcs/git-annex/git-annex-6.20160318.ebuild index 31ef5e6..7d1070e 100644 --- a/dev-vcs/git-annex/git-annex-6.20160318.ebuild +++ b/dev-vcs/git-annex/git-annex-6.20160318.ebuild @@ -61,7 +61,8 @@ RDEPEND="dev-haskell/aeson:= >=dev-lang/ghc-7.6.1:= assistant? ( dev-haskell/dns:= dev-haskell/hinotify:= - dev-haskell/mountpoints:= ) + dev-haskell/mountpoints:= + sys-process/lsof ) benchmark? ( dev-haskell/criterion:= ) concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) cryptonite? ( dev-haskell/cryptonite:= ) diff --git a/dev-vcs/git-annex/git-annex-6.20160419.ebuild b/dev-vcs/git-annex/git-annex-6.20160419.ebuild index 31ef5e6..7d1070e 100644 --- a/dev-vcs/git-annex/git-annex-6.20160419.ebuild +++ b/dev-vcs/git-annex/git-annex-6.20160419.ebuild @@ -61,7 +61,8 @@ RDEPEND="dev-haskell/aeson:= >=dev-lang/ghc-7.6.1:= assistant? ( dev-haskell/dns:= dev-haskell/hinotify:= - dev-haskell/mountpoints:= ) + dev-haskell/mountpoints:= + sys-process/lsof ) benchmark? ( dev-haskell/criterion:= ) concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) cryptonite? ( dev-haskell/cryptonite:= )