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-perl/Crypt-OpenSSL-EC/
Date: Mon, 03 May 2021 10:15:28
Message-Id: 1620036859.98cfe6455dd43676f3e83e0cb9df82f0b125caaf.zlogene@gentoo
1 commit: 98cfe6455dd43676f3e83e0cb9df82f0b125caaf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 10:14:19 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 10:14:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cfe645
7
8 dev-perl/Crypt-OpenSSL-EC: 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-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild b/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild
17 index 8e382c37015..83482fec8dd 100644
18 --- a/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild
19 +++ b/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,17 +10,15 @@ inherit perl-module
27 DESCRIPTION="Perl extension for OpenSSL EC (Elliptic Curves) library"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="test libressl"
31 +IUSE="test "
32 RESTRICT="!test? ( test )"
33
34 RDEPEND="
35 >=dev-perl/Crypt-OpenSSL-Bignum-0.40.0
36 - !libressl? ( dev-libs/openssl:0 )
37 - libressl? ( dev-libs/libressl )
38 + dev-libs/openssl:0
39 "
40 DEPEND="
41 - !libressl? ( dev-libs/openssl:0 )
42 - libressl? ( dev-libs/libressl )
43 + dev-libs/openssl:0
44 "
45 BDEPEND="${RDEPEND}
46 virtual/perl-ExtUtils-MakeMaker