From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 424D513835A for ; Sat, 1 May 2021 20:44:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2694FE0D17; Sat, 1 May 2021 20:44:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03256E0D17 for ; Sat, 1 May 2021 20:44:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECA2E340CDE for ; Sat, 1 May 2021 20:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C17E73D for ; Sat, 1 May 2021 20:44:26 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1619901862.8b94ac7fb93b31489ebc26eecdbfeaccd536c618.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/lftp-4.9.2.ebuild net-ftp/lftp/lftp-9999.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8b94ac7fb93b31489ebc26eecdbfeaccd536c618 X-VCS-Branch: master Date: Sat, 1 May 2021 20:44:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d957140f-eec9-42a4-ab66-aeac148b3a35 X-Archives-Hash: 8827808cab2e7ab7776469b682a7f5fa commit: 8b94ac7fb93b31489ebc26eecdbfeaccd536c618 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 1 20:18:17 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 1 20:44:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b94ac7f net-ftp/lftp: drop deleted dev-libs/libressl Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> net-ftp/lftp/lftp-4.9.2.ebuild | 7 ++----- net-ftp/lftp/lftp-9999.ebuild | 9 +++------ 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 8acf412956a..02b74c3a55b 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 0f1f759f337..f31213a5b6c 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