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 AFF491382C5 for ; Sun, 2 May 2021 12:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF16AE08A8; Sun, 2 May 2021 12:37:10 +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 B6058E08A8 for ; Sun, 2 May 2021 12:37:10 +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 71E0433BEF8 for ; Sun, 2 May 2021 12:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB6F8736 for ; Sun, 2 May 2021 12:37:07 +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: <1619958626.6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/fast_tls/fast_tls-1.1.6.ebuild dev-erlang/fast_tls/fast_tls-1.1.8.ebuild X-VCS-Directories: dev-erlang/fast_tls/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062 X-VCS-Branch: master Date: Sun, 2 May 2021 12:37:07 +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: 15b894af-b66b-4ca4-84b3-6de39e6a2b72 X-Archives-Hash: 3e741b05e0b4da57df5172da136ce115 commit: 6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 12:30:26 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 12:30:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0796f5 dev-erlang/fast_tls: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-erlang/fast_tls/fast_tls-1.1.6.ebuild | 6 ++---- dev-erlang/fast_tls/fast_tls-1.1.8.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild index 02a07491224..9b63c05ab77 100644 --- a/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild +++ b/dev-erlang/fast_tls/fast_tls-1.1.6.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=6 @@ -13,11 +13,9 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" -IUSE="libressl" DEPEND=">=dev-erlang/p1_utils-1.0.19 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md README.md ) diff --git a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild index da775c47b26..86e4771f7d4 100644 --- a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild +++ b/dev-erlang/fast_tls/fast_tls-1.1.8.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=6 @@ -13,11 +13,9 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" -IUSE="libressl" DEPEND=">=dev-erlang/p1_utils-1.0.20 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md README.md )