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-SMIME/
Date: Mon, 03 May 2021 10:25:37
Message-Id: 1620037434.ca8ec5d1ae9ea8f5247fa696854189c22239d201.zlogene@gentoo
1 commit: ca8ec5d1ae9ea8f5247fa696854189c22239d201
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 10:23:54 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 10:23:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8ec5d1
7
8 dev-perl/Crypt-SMIME: 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-SMIME/Crypt-SMIME-0.270.0.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
17 index c03116a03ba..977479f0e93 100644
18 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0.ebuild
19 +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.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 @@ -11,12 +11,11 @@ DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
27
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="libressl test minimal"
31 +IUSE="test minimal"
32 RESTRICT="!test? ( test )"
33
34 RDEPEND="
35 - !libressl? ( >=dev-libs/openssl-0.9.9:0 )
36 - libressl? ( dev-libs/libressl )
37 + >=dev-libs/openssl-0.9.9:0
38 virtual/perl-XSLoader
39 "
40 BDEPEND="${RDEPEND}