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 44046138335 for ; Sun, 16 Jun 2019 21:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 607F8E08AB; Sun, 16 Jun 2019 21:57:37 +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 3CC3BE08AA for ; Sun, 16 Jun 2019 21:57:37 +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 3BAEE34627D for ; Sun, 16 Jun 2019 21:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98880620 for ; Sun, 16 Jun 2019 21:57:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560722227.4f8c83514f1d7664bcccdba3d8ffd3de7ef5325b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryfs/cryfs-0.9.9.ebuild X-VCS-Directories: sys-fs/cryfs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4f8c83514f1d7664bcccdba3d8ffd3de7ef5325b X-VCS-Branch: master Date: Sun, 16 Jun 2019 21:57:32 +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: 47a25e13-1dd9-44cf-9a38-f88c1247c77e X-Archives-Hash: 132cf681c5570422b6ab5e302b5b5244 commit: 4f8c83514f1d7664bcccdba3d8ffd3de7ef5325b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 16 19:09:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 16 21:57:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8c8351 sys-fs/cryfs: Add upper bound on boost-1.70 Bug: https://bugs.gentoo.org/678572 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-fs/cryfs/cryfs-0.9.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryfs/cryfs-0.9.9.ebuild b/sys-fs/cryfs/cryfs-0.9.9.ebuild index 61780cc28cc..6410d2cde5d 100644 --- a/sys-fs/cryfs/cryfs-0.9.9.ebuild +++ b/sys-fs/cryfs/cryfs-0.9.9.ebuild @@ -27,7 +27,7 @@ else S="${WORKDIR}" fi -RDEPEND=">=dev-libs/boost-1.56:= +RDEPEND="=dev-libs/crypto++-5.6.3:= net-misc/curl:= >=sys-fs/fuse-2.8.6:=