From: Johannes Huber Date: Wed, 11 Oct 2017 19:11:31 +0000 (+0200) Subject: sys-fs/cryfs: Add libressl support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc601d267fa6bed2b3f6657464043ba1fcffa6dc;p=gentoo.git sys-fs/cryfs: Add libressl support Reported-by: Johannes Hirte Closes: https://bugs.gentoo.org/631014 Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/sys-fs/cryfs/cryfs-0.9.7.ebuild b/sys-fs/cryfs/cryfs-0.9.7.ebuild index 8ec33b43416d..a8e370eff006 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 f669b893699b..3689ed8b7db5 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}"