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 3DA9D13835B for ; Sun, 2 May 2021 15:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE1EE08C3; Sun, 2 May 2021 15:08:02 +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 75177E08C3 for ; Sun, 2 May 2021 15:08:02 +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 7254734096C for ; Sun, 2 May 2021 15:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC7D744 for ; Sun, 2 May 2021 15:07:58 +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: <1619968074.59c906cfb3eec72475dea6494235c6706042bd99.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild X-VCS-Directories: mail-client/sylpheed/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 59c906cfb3eec72475dea6494235c6706042bd99 X-VCS-Branch: master Date: Sun, 2 May 2021 15:07:58 +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: 34f802ff-e419-4ed4-99cf-0f6970cc26e7 X-Archives-Hash: cae4c62a6bfe99673ed28dfa03e3958a commit: 59c906cfb3eec72475dea6494235c6706042bd99 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 15:00:58 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 15:07:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c906cf mail-client/sylpheed: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild index 86628b8d25b..1eeb75e1715 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0-r1.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" @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="crypt ipv6 ldap libressl nls oniguruma spell ssl xface" +IUSE="crypt ipv6 ldap nls oniguruma spell ssl xface" CDEPEND="net-libs/liblockfile x11-libs/gtk+:2 @@ -25,8 +25,7 @@ CDEPEND="net-libs/liblockfile dev-libs/dbus-glib ) ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + dev-libs/openssl:0 )" RDEPEND="${CDEPEND} app-misc/mime-types