diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 20:46:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 20:46:34 +0300 |
commit | 8e2daf3e54b6306a7efc711c5dd8ce5dd18e96c2 (patch) | |
tree | be088d06033f9ff8e8001994c1984ebfb4948669 /sys-fs/encfs | |
parent | sys-fs/dmg2img: remove libressl support (diff) | |
download | gentoo-8e2daf3e54b6306a7efc711c5dd8ce5dd18e96c2.tar.gz gentoo-8e2daf3e54b6306a7efc711c5dd8ce5dd18e96c2.tar.bz2 gentoo-8e2daf3e54b6306a7efc711c5dd8ce5dd18e96c2.zip |
sys-fs/encfs: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-fs/encfs')
-rw-r--r-- | sys-fs/encfs/encfs-1.9.5-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/encfs/encfs-1.9.5.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
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" |