commit: 2bb3a42f294dc37ae37ee0486e635093a68bc37c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 3 10:25:13 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 3 10:25:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb3a42f
dev-perl/Crypt-SSLeay: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild | 7 +++----
dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild | 10 ++++------
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
index 93aa459cbcf..fee4b34422f 100644
--- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
+++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.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
@@ -12,12 +12,11 @@ DESCRIPTION="OpenSSL support for LWP"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86
~amd64-linux ~x86-linux"
-IUSE="libressl test"
+IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- !libressl? ( >=dev-libs/openssl-0.9.7c:0= )
- libressl? ( dev-libs/libressl:0= )
+ >=dev-libs/openssl-0.9.7c:0=
virtual/perl-MIME-Base64
"
diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild
b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild
index 9ac92a08dde..994bc9ac859 100644
--- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild
+++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.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,17 +12,15 @@ DESCRIPTION="OpenSSL support for LWP"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc
~x86 ~amd64-linux ~x86-linux"
-IUSE="libressl test"
+IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- !libressl? ( >=dev-libs/openssl-0.9.7c:0= )
- libressl? ( dev-libs/libressl:0= )
+ >=dev-libs/openssl-0.9.7c:0=
virtual/perl-MIME-Base64
"
DEPEND="
- !libressl? ( >=dev-libs/openssl-0.9.7c:0= )
- libressl? ( dev-libs/libressl:0= )
+ >=dev-libs/openssl-0.9.7c:0=
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker