summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-03 13:25:13 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-03 13:25:13 +0300
commit2bb3a42f294dc37ae37ee0486e635093a68bc37c (patch)
tree445af2f1b150d7d19d5ad51c15fef281ef63d28a /dev-perl/Crypt-SSLeay
parentdev-perl/Crypt-SMIME: remove libressl support (diff)
downloadgentoo-2bb3a42f294dc37ae37ee0486e635093a68bc37c.tar.gz
gentoo-2bb3a42f294dc37ae37ee0486e635093a68bc37c.tar.bz2
gentoo-2bb3a42f294dc37ae37ee0486e635093a68bc37c.zip
dev-perl/Crypt-SSLeay: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-SSLeay')
-rw-r--r--dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild7
-rw-r--r--dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild10
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 93aa459cbcff..fee4b34422f0 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 9ac92a08dde6..994bc9ac8594 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