dev-perl/Crypt-OpenSSL-DSA: Increase minimum libressl re bug #624140
authorKent Fredric <kentnl@gentoo.org>
Wed, 10 Jul 2019 09:23:42 +0000 (21:23 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 10 Jul 2019 09:23:42 +0000 (21:23 +1200)
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>
dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild [moved from dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild with 84% similarity]

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 53fc517518093a38b4f2337d7c09e46e379cecaa..9ee9e47cd10e4598e895488d4830005a5f4a47cd 100644 (file)
@@ -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