From 8e2daf3e54b6306a7efc711c5dd8ce5dd18e96c2 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 20:46:34 +0300 Subject: sys-fs/encfs: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- sys-fs/encfs/encfs-1.9.5-r1.ebuild | 5 ++--- sys-fs/encfs/encfs-1.9.5.ebuild | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/encfs/encfs-1.9.5-r1.ebuild b/sys-fs/encfs/encfs-1.9.5-r1.ebuild index 4bbb57d57e46..796b4cd6c826 100644 --- a/sys-fs/encfs/encfs-1.9.5-r1.ebuild +++ b/sys-fs/encfs/encfs-1.9.5-r1.ebuild @@ -11,11 +11,10 @@ SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86" -IUSE="libressl nls" +IUSE="nls" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= dev-libs/tinyxml2:0= sys-fs/fuse:0= sys-libs/zlib" diff --git a/sys-fs/encfs/encfs-1.9.5.ebuild b/sys-fs/encfs/encfs-1.9.5.ebuild index 3e339980e831..70d05c10d13e 100644 --- a/sys-fs/encfs/encfs-1.9.5.ebuild +++ b/sys-fs/encfs/encfs-1.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,11 +11,10 @@ SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="amd64 arm ~ppc64 ~sparc x86" -IUSE="libressl nls" +IUSE="nls" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= dev-libs/tinyxml2:0= sys-fs/fuse:= sys-libs/zlib" -- cgit v1.2.3-65-gdbad