summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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