From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B634A13888F for ; Sat, 10 Oct 2015 22:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F52CE0856; Sat, 10 Oct 2015 22:29:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3895E0856 for ; Sat, 10 Oct 2015 22:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17B7E33FA71 for ; Sat, 10 Oct 2015 22:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3ED5B9 for ; Sat, 10 Oct 2015 22:28:55 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1444516481.4c100bfe25e2d0b5f8cac84ee9c0a9ad73eea43e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/encfs/encfs-1.7.5.ebuild sys-fs/encfs/encfs-1.8.1.ebuild X-VCS-Directories: sys-fs/encfs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4c100bfe25e2d0b5f8cac84ee9c0a9ad73eea43e X-VCS-Branch: master Date: Sat, 10 Oct 2015 22:28:55 +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: e483f0e6-df6e-481e-a852-8cb0783b5fcf X-Archives-Hash: 0b5f873d580c49a62eb3a5efde1e6880 commit: 4c100bfe25e2d0b5f8cac84ee9c0a9ad73eea43e Author: Anthony G. Basile gentoo org> AuthorDate: Sat Oct 10 22:34:25 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Oct 10 22:34:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c100bfe sys-fs/encfs: switch to openssl:0 exclusively Package-Manager: portage-2.2.20.1 sys-fs/encfs/encfs-1.7.5.ebuild | 2 +- sys-fs/encfs/encfs-1.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/encfs/encfs-1.7.5.ebuild b/sys-fs/encfs/encfs-1.7.5.ebuild index 07f9147..bfe3032 100644 --- a/sys-fs/encfs/encfs-1.7.5.ebuild +++ b/sys-fs/encfs/encfs-1.7.5.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~sparc x86" IUSE="xattr" RDEPEND="dev-libs/boost:= - dev-libs/openssl:= + dev-libs/openssl:0 >=dev-libs/rlog-1.4 >=sys-fs/fuse-2.7.0 sys-libs/zlib" diff --git a/sys-fs/encfs/encfs-1.8.1.ebuild b/sys-fs/encfs/encfs-1.8.1.ebuild index 4e99e0a..b05a3cb 100644 --- a/sys-fs/encfs/encfs-1.8.1.ebuild +++ b/sys-fs/encfs/encfs-1.8.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~sparc x86" IUSE="xattr nls" RDEPEND="dev-libs/boost:= - dev-libs/openssl:= + dev-libs/openssl:0 >=dev-libs/rlog-1.3 >=sys-fs/fuse-2.5 sys-libs/zlib"