summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-05-01 21:18:17 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-05-01 21:44:22 +0100
commit8b94ac7fb93b31489ebc26eecdbfeaccd536c618 (patch)
tree0f2c8698274dd9c3429c61cfe46fac836d571a6e /net-ftp
parentdev-util/rizin: drop old (diff)
downloadgentoo-8b94ac7fb93b31489ebc26eecdbfeaccd536c618.tar.gz
gentoo-8b94ac7fb93b31489ebc26eecdbfeaccd536c618.tar.bz2
gentoo-8b94ac7fb93b31489ebc26eecdbfeaccd536c618.zip
net-ftp/lftp: drop deleted dev-libs/libressl
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/lftp-4.9.2.ebuild7
-rw-r--r--net-ftp/lftp/lftp-9999.ebuild9
2 files changed, 5 insertions, 11 deletions
diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 8acf412956ac..02b74c3a55b7 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
RESTRICT="test"
RDEPEND="
@@ -27,10 +27,7 @@ RDEPEND="
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:0= )
- !gnutls? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ !gnutls? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32
diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
index 0f1f759f3377..f31213a5b6cf 100644
--- a/net-ftp/lftp/lftp-9999.ebuild
+++ b/net-ftp/lftp/lftp-9999.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=7
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/lavv17/lftp"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
RDEPEND="
>=sys-libs/ncurses-5.1:=
@@ -26,10 +26,7 @@ RDEPEND="
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:0= )
- !gnutls? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ !gnutls? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32