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 492281382C5 for ; Thu, 29 Apr 2021 18:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 935A1E0636; Thu, 29 Apr 2021 18:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 59D41E0636 for ; Thu, 29 Apr 2021 18:00:23 +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 594E8335D6F for ; Thu, 29 Apr 2021 18:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACD8D72E for ; Thu, 29 Apr 2021 18:00:20 +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: <1619719217.c11666ae2eda802bb9c3bd17921ec0fcecca16a6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alpine/alpine-2.24.ebuild X-VCS-Directories: mail-client/alpine/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c11666ae2eda802bb9c3bd17921ec0fcecca16a6 X-VCS-Branch: master Date: Thu, 29 Apr 2021 18:00:20 +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: 02da314a-86f5-4a32-ae40-7b29a8ddced1 X-Archives-Hash: 3f3328c506fec4ddf1e2c661bc1e0432 commit: c11666ae2eda802bb9c3bd17921ec0fcecca16a6 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 29 17:38:34 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 29 18:00:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11666ae mail-client/alpine: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> mail-client/alpine/alpine-2.24.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mail-client/alpine/alpine-2.24.ebuild b/mail-client/alpine/alpine-2.24.ebuild index 8fcc089167f..cab52c028be 100644 --- a/mail-client/alpine/alpine-2.24.ebuild +++ b/mail-client/alpine/alpine-2.24.ebuild @@ -14,16 +14,13 @@ SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" -IUSE="+chappa doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl threads" +IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads" DEPEND="sys-libs/ncurses kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap ) spell? ( app-text/aspell ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) " RDEPEND="${DEPEND} app-misc/mime-types