summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-10 21:23:42 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-10 21:23:42 +1200
commit1dd03d494e720ea492a7c8df9a751c8867060412 (patch)
tree734093614012b988787d11a4cb0a19f6c66fa111 /dev-perl/Crypt-OpenSSL-DSA
parentdev-perl/Crypt-Random: Bump to version 1.520.0 re bug #625654 (diff)
downloadgentoo-1dd03d494e720ea492a7c8df9a751c8867060412.tar.gz
gentoo-1dd03d494e720ea492a7c8df9a751c8867060412.tar.bz2
gentoo-1dd03d494e720ea492a7c8df9a751c8867060412.zip
dev-perl/Crypt-OpenSSL-DSA: Increase minimum libressl re bug #624140
Please reopen bug #624140 if this is not sufficient to fix this issue. Closes: https://bugs.gentoo.org/624140 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-OpenSSL-DSA')
-rw-r--r--dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild (renamed from dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild
index 53fc51751809..9ee9e47cd10e 100644
--- a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ IUSE="libressl"
RDEPEND="
!libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ libressl? ( >=dev-libs/libressl-2.7.2 )
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker