commit:     dc601d267fa6bed2b3f6657464043ba1fcffa6dc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 19:11:31 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 19:15:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc601d26

sys-fs/cryfs: Add libressl support

Reported-by: Johannes Hirte <johannes.hirte <AT> datenkhaos.de>
Closes: https://bugs.gentoo.org/631014
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-fs/cryfs/cryfs-0.9.7.ebuild | 5 +++--
 sys-fs/cryfs/cryfs-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-fs/cryfs/cryfs-0.9.7.ebuild b/sys-fs/cryfs/cryfs-0.9.7.ebuild
index 8ec33b43416..a8e370eff00 100644
--- a/sys-fs/cryfs/cryfs-0.9.7.ebuild
+++ b/sys-fs/cryfs/cryfs-0.9.7.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
 HOMEPAGE="https://www.cryfs.org/";
 
 SLOT=0
-IUSE="test update-check"
+IUSE="libressl test update-check"
 
 LICENSE="LGPL-3 BSD-2 MIT"
 # cryfs - LGPL-3
@@ -31,7 +31,8 @@ RDEPEND=">=dev-libs/boost-1.56:=
        >=dev-libs/crypto++-5.6.3:=
        net-misc/curl:=
        >=sys-fs/fuse-2.8.6:=
-       dev-libs/openssl:0="
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:= )"
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}"
 

diff --git a/sys-fs/cryfs/cryfs-9999.ebuild b/sys-fs/cryfs/cryfs-9999.ebuild
index f669b893699..3689ed8b7db 100644
--- a/sys-fs/cryfs/cryfs-9999.ebuild
+++ b/sys-fs/cryfs/cryfs-9999.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Encrypted FUSE filesystem that conceals metadata"
 HOMEPAGE="https://www.cryfs.org/";
 
 SLOT=0
-IUSE="test update-check"
+IUSE="libressl test update-check"
 
 LICENSE="LGPL-3 BSD-2 MIT"
 # cryfs - LGPL-3
@@ -30,7 +30,8 @@ RDEPEND=">=dev-libs/boost-1.56:=
        >=dev-libs/crypto++-5.6.3:=
        net-misc/curl:=
        >=sys-fs/fuse-2.8.6:=
-       dev-libs/openssl:0="
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:= )"
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}"
 

Reply via email to