From 47898e5037f95c2cd03cb4127291b9f9d7621417 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 17:37:38 +0300 Subject: net-ftp/gftp: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- net-ftp/gftp/gftp-2.0.19-r3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-ftp') diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild index a79b3a00b48c..dbc107fb71fc 100644 --- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild +++ b/net-ftp/gftp/gftp-2.0.19-r3.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,7 +11,7 @@ HOMEPAGE="http://www.gftp.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="gtk libressl ssl" +IUSE="gtk ssl" RDEPEND=" dev-libs/glib:2 @@ -20,8 +20,8 @@ RDEPEND=" sys-libs/readline:0 gtk? ( x11-libs/gtk+:2 ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) + dev-libs/openssl:0= + ) " DEPEND="${RDEPEND} virtual/pkgconfig -- cgit v1.2.3-65-gdbad