From: Kent Fredric Date: Wed, 10 Jul 2019 09:23:42 +0000 (+1200) Subject: dev-perl/Crypt-OpenSSL-DSA: Increase minimum libressl re bug #624140 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1dd03d494e720ea492a7c8df9a751c8867060412;p=gentoo.git 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 --- 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 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