Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-ftp/lftp/
Date: Mon, 03 May 2021 00:07:14
Message-Id: 1619998296.60d6a0f1908881fd29c2308d41b6210205954d59.quentin@gentoo
1 commit: 60d6a0f1908881fd29c2308d41b6210205954d59
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:31:36 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:31:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=60d6a0f1
7
8 net-ftp/lftp: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-ftp/lftp/lftp-4.9.2.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
17 index 8acf412..02b74c3 100644
18 --- a/net-ftp/lftp/lftp-4.9.2.ebuild
19 +++ b/net-ftp/lftp/lftp-4.9.2.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz"
21 LICENSE="GPL-3"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 -IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl verify-file"
25 +IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
26 RESTRICT="test"
27
28 RDEPEND="
29 @@ -27,10 +27,7 @@ RDEPEND="
30 )
31 ssl? (
32 gnutls? ( >=net-libs/gnutls-1.2.3:0= )
33 - !gnutls? (
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 - )
37 + !gnutls? ( dev-libs/openssl:0= )
38 )
39 verify-file? (
40 dev-perl/String-CRC32