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 4299F1382C5 for ; Sun, 2 May 2021 14:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96100E0895; Sun, 2 May 2021 14:40:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8092BE0895 for ; Sun, 2 May 2021 14:40:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 772CC340C44 for ; Sun, 2 May 2021 14:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF7EE72E for ; Sun, 2 May 2021 14:40:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619966402.dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild X-VCS-Directories: net-ftp/ftp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84 X-VCS-Branch: master Date: Sun, 2 May 2021 14:40:05 +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: b6ec9659-ff3e-478f-b1c0-5086a3f4eca9 X-Archives-Hash: ae8bcf62e28c3dead63b447d393cc5dd commit: dadfe93da43c3c530b8d6ac3898ef8bb3fa45b84 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 14:35:58 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 14:40:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadfe93d net-ftp/ftp: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild index fce7464edfd..875892a83db 100644 --- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild +++ b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild @@ -20,14 +20,14 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="ipv6 libressl readline ssl" +IUSE="ipv6 readline ssl" RDEPEND=" >=sys-libs/ncurses-5.2:= readline? ( sys-libs/readline:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) + dev-libs/openssl:0= + ) " DEPEND="${RDEPEND}"