commit: 1dd03d494e720ea492a7c8df9a751c8867060412 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Jul 10 09:23:42 2019 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Jul 10 09:23:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd03d49
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 <AT> gentoo.org> ...OpenSSL-DSA-0.190.0.ebuild => Crypt-OpenSSL-DSA-0.190.0-r1.ebuild} | 4 ++-- 1 file 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 similarity index 84% rename from dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild rename to dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild index 53fc5175180..9ee9e47cd10 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
