Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/
Date: Sun, 02 May 2021 12:37:11
Message-Id: 1619958626.6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062.zlogene@gentoo
1 commit: 6e0796f5f4dcffc8ac0c5b1ba35927d7ab623062
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:30:26 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:30:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0796f5
7
8 dev-erlang/fast_tls: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-erlang/fast_tls/fast_tls-1.1.6.ebuild | 6 ++----
14 dev-erlang/fast_tls/fast_tls-1.1.8.ebuild | 6 ++----
15 2 files changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild
18 index 02a07491224..9b63c05ab77 100644
19 --- a/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild
20 +++ b/dev-erlang/fast_tls/fast_tls-1.1.6.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -13,11 +13,9 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
31 -IUSE="libressl"
32
33 DEPEND=">=dev-erlang/p1_utils-1.0.19
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )"
36 + dev-libs/openssl:0="
37 RDEPEND="${DEPEND}"
38
39 DOCS=( CHANGELOG.md README.md )
40
41 diff --git a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild
42 index da775c47b26..86e4771f7d4 100644
43 --- a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild
44 +++ b/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -13,11 +13,9 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
52 LICENSE="Apache-2.0"
53 SLOT="0"
54 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
55 -IUSE="libressl"
56
57 DEPEND=">=dev-erlang/p1_utils-1.0.20
58 - !libressl? ( dev-libs/openssl:0= )
59 - libressl? ( dev-libs/libressl:0= )"
60 + dev-libs/openssl:0="
61 RDEPEND="${DEPEND}"
62
63 DOCS=( CHANGELOG.md README.md )